1 2 3 4 5 6 7
// Generate the LALRPOP parser. fn main() { lalrpop::Configuration::new() .emit_rerun_directives(true) .process_current_dir() .unwrap(); }