elna/TODO

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.