summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-08-17 14:16:16 +0200
committerEugen Wissner <belka@caraus.de>2024-08-17 14:16:16 +0200
commit6a54b66421384a6d37a734c47331fe432adeb80c (patch)
tree8d5d6a5db73d9258742d798983646a2028ee24eb /TODO
parentd405072dbf166cc8c0f9ed49e4edb26afff498b3 (diff)
downloadelna-6a54b66421384a6d37a734c47331fe432adeb80c.tar.gz
Generate the code for IfStatement
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 46877d5..e1bdc64 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,4 @@
-# Register allocation
+# Intermediate code generation
+
+Execute the generation in a state monad and generate unique labels and
+temporary variable names.