hadronized / glsl

GLSL parser for Rust
191 stars 27 forks source link

Preprocessor define with arguments #99

Closed hadronized closed 4 years ago

hadronized commented 4 years ago

We want to support the following syntax:

#define FOO(x, y) (x + y)