aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-13 19:31:50 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-13 19:31:50 +0000
commit8d3db310926c414d199fca62f0c349a263543096 (patch)
tree1e46233fe70a0d5ff2b258cfcacd0f502a317741 /Notes.org
parentfd25256a37696de23d8f6c99827a97b63733845d (diff)
downloadCompiler-8d3db310926c414d199fca62f0c349a263543096.tar.gz
Compiler-8d3db310926c414d199fca62f0c349a263543096.zip
Reformatting
Diffstat (limited to 'Notes.org')
-rw-r--r--Notes.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/Notes.org b/Notes.org
index 844367d..f9df1ff 100644
--- a/Notes.org
+++ b/Notes.org
@@ -102,6 +102,11 @@
Implement the adding to the bindings part that has to be added in the statements and declarations.
+***** TODO Store expression results on the stack
+
+ To do this I created a function in my VariableStackBindings that will store the
+ position of the stack that will be used for the next expression.
+
***** TODO Work on expressions
***** TODO Comment code
@@ -115,6 +120,7 @@
****** TODO Implement multiplication
+
**** TODO Expression
***** printasm(VSB binding)