aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-17 15:32:22 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-17 15:32:22 +0000
commit3d846f1ef6fa03a075e3b1f6cd2f021856d2846f (patch)
tree8710b643a58a782403a7b179b6d3abe2fb09c356 /Notes.org
parent3d77964b5739146a5285d10543df7b51e066c239 (diff)
downloadCompiler-3d846f1ef6fa03a075e3b1f6cd2f021856d2846f.tar.gz
Compiler-3d846f1ef6fa03a075e3b1f6cd2f021856d2846f.zip
Trying to fix segfault
Diffstat (limited to 'Notes.org')
-rw-r--r--Notes.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/Notes.org b/Notes.org
index 62c08ec..7dd8132 100644
--- a/Notes.org
+++ b/Notes.org
@@ -127,4 +127,13 @@
- The declaration class should only be in charge of storing it in the right location in
the stack and adding that to the bindings.
+**** TODO Add more expressions
+ CLOCK: [2017-03-17 Fri 13:21]
+
+ Expressions like > or < or == etc..
+**** TODO Add more statements
+
+***** If statement
+***** For statement
+***** While statement