fn main() { lalrpop::Configuration::new() .emit_rerun_directives(true) .set_in_dir("./src") .process() .unwrap(); }