mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
6 lines
75 B
Rust
6 lines
75 B
Rust
extern crate lalrpop;
|
|
|
|
fn main() {
|
|
lalrpop::process_root().unwrap();
|
|
}
|