Add array assignment to the IR

This commit is contained in:
2024-12-01 11:17:14 +01:00
parent 147967c04b
commit 4efda21007
4 changed files with 42 additions and 8 deletions

6
TODO
View File

@ -1,9 +1,3 @@
# Intermediate code generation
- To access named parameters inside a procedure, IR should be able to reference
them. During the generation the needed information (e.g. offsets or registers)
can be extracted from the symbol table and saved in the operands.
# ELF generation
- Don't ignore relocations where the symbol is not defined in the symbol table.