Implement addition and subtraction

This commit is contained in:
2024-09-29 19:50:55 +02:00
parent ed144309fa
commit c2c923276f
11 changed files with 131 additions and 89 deletions

8
TODO
View File

@ -17,6 +17,12 @@
# Built-in
Printi should print a sign for negative numbers.
- Implement printc (with int argument).
- Implement exit() as standalone function.
# Register allocation
- Temporary variables always use the same register, t0. Allocate registers for
temporaries.
# Type analysis