summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-08-27 14:21:50 +0200
committerEugen Wissner <belka@caraus.de>2024-08-27 14:21:50 +0200
commit0c45a9886a589a1a0721d1683ea7fa9aacdcefe8 (patch)
treed18f32054cac7b96da7dc6db2b85b504f1687248 /TODO
parent2bd965bd5c0265005e9894d99f2d03f5f8b47b98 (diff)
downloadelna-0c45a9886a589a1a0721d1683ea7fa9aacdcefe8.tar.gz
Add Intermediate monad stack for the code generation
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.