hoodlum-parser 0.2.0

Parser for the hoodlum crate.
Documentation
1
2
3
4
5
extern crate lalrpop;

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