actually compiles and does stuff now

This commit is contained in:
2024-12-06 19:44:33 -05:00
parent 31c197e991
commit 620c4557e9
67 changed files with 1931 additions and 1287 deletions
+2
View File
@@ -13,6 +13,7 @@ mod util;
mod trai;
mod asm_fn;
mod asm_block;
mod asm_instr;
pub use block::*;
pub use expr::*;
@@ -28,6 +29,7 @@ pub use trai::*;
pub use op::*;
pub use asm_fn::*;
pub use asm_block::*;
pub use asm_instr::*;
use super::*;