Add allocator convertion functions

This commit is contained in:
2024-10-01 00:02:19 +02:00
parent c2c923276f
commit bbb15a0218
5 changed files with 80 additions and 29 deletions

5
TODO
View File

@ -25,4 +25,7 @@
- Temporary variables always use the same register, t0. Allocate registers for
temporaries.
# Type analysis
# Other
- Type analysis.
- Move platform dependent code generation into a submodule.