Files
RustPython/parser/build.rs
2020-04-25 04:14:36 +09:00

4 lines
51 B
Rust

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