aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
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)