1
0
mirror of https://github.com/fluencelabs/lalrpop synced 2025-04-04 17:21:04 +00:00

6 lines
75 B
Rust
Raw Normal View History

2016-08-17 17:02:36 -04:00
extern crate lalrpop;
fn main() {
lalrpop::process_root().unwrap();
}