Merge compiler and emulator progress from last few months into main. #11
@@ -0,0 +1,4 @@
|
||||
// TODO: Use an actual logging or tracing library for pretty (scoped) output.
|
||||
pub fn log(message: &str) {
|
||||
println!("\x1b[32mINFO:\x1b[0m {message}");
|
||||
}
|
||||
Reference in New Issue
Block a user