hadronized / glsl

GLSL parser for Rust
190 stars 28 forks source link

Preprocessor parsing issues with CLRLF endings #147

Open unjello opened 3 years ago

unjello commented 3 years ago

object and function-like #define's parsers are including newline character in parsed out value. The parser succeeds but the extra character in value can cause issues while transpiling.