continued work on new register allocator implementation.
next commit will have it integrated if it works
This commit is contained in:
@@ -4,7 +4,6 @@ mod codegen;
|
||||
mod instruction;
|
||||
mod registers;
|
||||
mod scope;
|
||||
mod variable;
|
||||
|
||||
pub fn generate_code(ast: &Program) -> Result<String, CompilerError> {
|
||||
let mut codegen = codegen::CodeGenerator::new(ast.clone());
|
||||
|
||||
Reference in New Issue
Block a user