nac3_sca/nac3parser/build.rs

4 lines
51 B
Rust
Raw Normal View History

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