2024-08-17 14:16:16 +02:00
|
|
|
# Intermediate code generation
|
|
|
|
|
2024-08-27 14:21:50 +02:00
|
|
|
- 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.
|
2024-09-08 22:53:07 +02:00
|
|
|
|
|
|
|
# ELF generation
|
|
|
|
|
|
|
|
- Don't ignore relocations where the symbol is not defined in the symbol table.
|
|
|
|
Report an error about an undefined symbol.
|
2024-09-15 23:03:25 +02:00
|
|
|
- Don't hardcode symbols in symbolEntry.
|
2024-09-20 13:32:24 +02:00
|
|
|
|
|
|
|
# Name analysis
|
|
|
|
|
|
|
|
- Format error messages.
|