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