wgsl-parse 0.1.0

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