PascalMLIR/build.rs

4 lines
52 B
Rust
Raw Permalink Normal View History

2023-12-14 09:25:56 +00:00
fn main() {
lalrpop::process_root().unwrap();
}