doing some set up for when i implement a peephole optimizer

This commit is contained in:
SpookyDervish
2025-09-08 07:49:33 +10:00
parent ae1b9aa43d
commit f78d0e41b0
8 changed files with 38 additions and 46 deletions

View File

@@ -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)