lalrpop-json/build.rs

4 lines
52 B
Rust
Raw Normal View History

2024-01-23 13:56:47 +00:00
fn main() {
lalrpop::process_root().unwrap();
}