Check argument list length

This commit is contained in:
2024-10-31 22:19:48 +01:00
parent 43882a3a06
commit e2d4b76c0b
3 changed files with 87 additions and 65 deletions

11
TODO
View File

@ -10,17 +10,8 @@
- Don't ignore relocations where the symbol is not defined in the symbol table.
Report an error about an undefined symbol.
# Name analysis
- Format error messages.
- Return non-zero error code on errors.
# Register allocation
- Each temporary variales gets a tn register where n is the variable index. If
- Each temporary variable gets a tn register where n is the variable index. If
there more variables the allocation will fail with out of bounds runtime
error. Implement spill over.
# Other
- Type analysis.