Skip to content

Commit 78678fd

Browse files
committed
prelude and conclusion
1 parent 3be29c5 commit 78678fd

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

compiler.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,10 @@ def generate_main(self, p: X86Program) -> X86Program:
9292
pass
9393

9494
############################################################################
95-
# Print x86
95+
# Prelude & Conclusion
9696
############################################################################
9797

98-
def print_x86(self, p: X86Program) -> str:
98+
def prelude_and_conclusion(self, p: X86Program) -> X86Program:
9999
# YOUR CODE HERE
100100
pass
101101

102-
def print_instr(self, i: instr) -> str:
103-
# YOUR CODE HERE
104-
pass
105-
106-
def print_arg(self, a: arg) -> str:
107-
# YOUR CODE HERE
108-
pass

0 commit comments

Comments
 (0)