polarity/parser/build.rs
2022-08-23 20:48:20 +02:00

3 lines
52 B
Rust

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