edlang/build.rs

4 lines
52 B
Rust
Raw Permalink Normal View History

2023-03-25 14:29:49 +00:00
fn main() {
lalrpop::process_root().unwrap();
}