protobuf-ast-parser 0.1.0

A Protocol Buffers (proto2/proto3) parser that produces a typed AST with comments
Documentation
1
2
3
fn main() {
    lalrpop::process_src().unwrap();
}