1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-20 16:08:14 +03:00
nickel/build.rs
2020-01-21 15:02:56 +01:00

6 lines
66 B
Rust

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