This commit is contained in:
elvis
2025-05-14 11:42:19 +02:00
parent a113c072f5
commit fe6a5a6580
5 changed files with 192 additions and 0 deletions

3
build.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
lalrpop::process_root().unwrap();
}