reproto-path-parser 0.3.36

reproto path parser
1
2
3
4
5
6
extern crate lalrpop;

fn main() {
    let config = lalrpop::Configuration::new();
    config.process_current_dir().unwrap();
}