Reorganize naming scheme

This commit is contained in:
2023-12-10 12:50:44 -05:00
parent 3f3ea56375
commit b40c928026
17 changed files with 325 additions and 939 deletions

5
ki/build.rs Normal file
View File

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