summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index a3dbb9e..5f1d82f 100644
--- a/TODO
+++ b/TODO
@@ -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.