mylang/rustimpl/build.rs

4 lines
50 B
Rust
Raw Normal View History

2024-05-21 09:02:06 +00:00
fn main() {
lalrpop::process_root().unwrap();
}