edlang/lib/edlang_parser/build.rs
2024-01-15 07:44:11 +01:00

4 lines
52 B
Rust

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