glsl-lang 0.2.1

GLSL 4.6 language LALR parser and AST
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}