Files
elna/TODO
2024-09-24 22:20:57 +02:00

18 lines
369 B
Plaintext

# Intermediate code generation
- 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.
# Name analysis
- Format error messages.
- Return non-zero error code on errors.
# Built-in
Printi should be able to print numbers with multiple digits.