summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index e1bdc64..e676d1d 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
# Intermediate code generation
-Execute the generation in a state monad and generate unique labels and
-temporary variable names.
+- 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.