Parse call statements

This commit is contained in:
2024-09-24 22:20:57 +02:00
parent e66ccf46f4
commit b30bbcab28
10 changed files with 139 additions and 130 deletions

10
TODO
View File

@ -1,15 +1,17 @@
# Intermediate code generation
- Put symbol table in the reader monad and it to the stack
or use the state monad for everything.
- Add errors handling to the monad stack.
- Traverse the AST and generate IR.
# ELF generation
- Don't ignore relocations where the symbol is not defined in the symbol table.
Report an error about an undefined symbol.
- Don't hardcode symbols in symbolEntry.
# Name analysis
- Format error messages.
- Return non-zero error code on errors.
# Built-in
Printi should be able to print numbers with multiple digits.