wgsl-parse 0.0.1

Parse a wgsl source file to a syntax tree
Documentation
1
2
3
fn main() {
    lalrpop::process_root().unwrap();
}