gust/build.rs

4 lines
50 B
Rust

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