mylang/rustimpl/build.rs
2024-05-21 04:02:06 -05:00

3 lines
50 B
Rust

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