zypo-parser 0.0.1

The reference parser for zypo-rs, make with LALRPOP using LR(1)
Documentation
extern crate lalrpop;

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