lalrproc 0.0.2

Procedural macro built on LALRPOP
extern crate lalrpop;

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