doing some set up for when i implement a peephole optimizer
This commit is contained in:
@@ -45,4 +45,4 @@ class Generator:
|
||||
|
||||
def write(self):
|
||||
with open(self.output_path + ".asm", "w") as f:
|
||||
f.writelines(self.lines)
|
||||
f.write(self.lines)
|
Reference in New Issue
Block a user