refactor & fixed assembler path handling
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
use assembler::codegen::codegen;
|
||||
|
||||
pub mod assembler;
|
||||
pub mod tooling;
|
||||
mod util;
|
||||
|
||||
pub mod prelude {
|
||||
pub use crate::assembler::assemble;
|
||||
pub use crate::assembler::CompilerEngine;
|
||||
pub use crate::assembler::disassemble;
|
||||
}
|
||||
|
||||
// TODO: Use an actual logging or tracing library for pretty (scoped) output.
|
||||
fn log(message: &str) {
|
||||
println!("\x1b[32mINFO:\x1b[0m {message}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user