1
1
mirror of https://github.com/tweag/nickel.git synced 2024-11-10 10:46:49 +03:00
nickel/build.rs
Mathieu Boespflug 713a3dc597 Initial import.
2019-01-08 22:46:02 +01:00

6 lines
75 B
Rust

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