gust/build.rs
2021-01-24 07:37:04 -06:00

3 lines
52 B
Rust

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