hadronized / glsl

GLSL parser for Rust
191 stars 27 forks source link

Rewrite lexical parsers #114

Open hadronized opened 4 years ago

hadronized commented 4 years ago

The parsers for floating point number are especially bad as they allocate memory. See #113 for further details.