assembler changes & brainf##k compiler lmao

This commit is contained in:
2025-06-22 03:51:16 +01:00
parent 528ceddade
commit 9c56258c48
10 changed files with 731 additions and 154 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
pub mod assembler;
pub mod brainf;
pub mod tooling;
mod util;
pub mod prelude {
pub use crate::assembler::CompilerEngine;
pub use crate::assembler::disassemble;
pub use crate::tooling::project;
}