From 8d3db310926c414d199fca62f0c349a263543096 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 13 Mar 2017 19:31:50 +0000 Subject: Reformatting --- Notes.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Notes.org') 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) -- cgit