1
0
mirror of https://github.com/fluencelabs/lalrpop synced 2025-03-30 23:11:04 +00:00
Niko Matsakis f85f133c3e combine the tests into one big executable so as to avoid having
to rebuild lalrpop once per test, and also avoid need to write a
makefile
2015-06-30 08:30:01 -07:00

6 lines
75 B
Rust

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