java-ast-parser 0.1.2

A Java parser that produces a typed AST without initializers and function bodies
Documentation
1
2
3
fn main() {
    lalrpop::process_src().unwrap()
}