summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/TODO b/TODO
index 1cca7c0..ec3d028 100644
--- a/TODO
+++ b/TODO
@@ -10,17 +10,8 @@
- 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.
-
# Register allocation
-- Each temporary variales gets a tn register where n is the variable index. If
+- Each temporary variable gets a tn register where n is the variable index. If
there more variables the allocation will fail with out of bounds runtime
error. Implement spill over.
-
-# Other
-
-- Type analysis.