lalrproc 0.0.1

Procedural macro built on LALRPOP
Documentation
extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}