Files
ReactionSystems/build.rs

4 lines
52 B
Rust
Raw Normal View History

2025-05-14 11:42:19 +02:00
fn main() {
lalrpop::process_root().unwrap();
}