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

View File

@@ -1,9 +1,11 @@
mod namespace;
mod lvl1;
mod lvl2;
mod upper;
mod file;
mod lower;
mod id;
mod asm;
pub mod arch;
pub use namespace::*;
pub use lvl1::*;
pub use upper::*;
pub use lower::*;
pub use file::*;
pub use id::*;