mirror of
https://github.com/Veridise/Picus.git
synced 2026-01-12 23:18:08 -05:00
6 lines
75 B
Rust
6 lines
75 B
Rust
extern crate lalrpop;
|
|
|
|
fn main() {
|
|
lalrpop::process_root().unwrap();
|
|
}
|