hadronized / glsl

GLSL parser for Rust
191 stars 27 forks source link

Make all parsers eat &str instead of &[u8] #66

Closed hadronized closed 5 years ago

hadronized commented 5 years ago

This will help with both developing and error reporting.