7 lines
121 B
Rust
7 lines
121 B
Rust
|
fn main() {
|
||
|
lalrpop::Configuration::new()
|
||
|
.generate_in_source_tree()
|
||
|
.process()
|
||
|
.unwrap();
|
||
|
}
|