From a6fa6da5de8252a205e000dd7acc2589735aa55c Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Fri, 10 Mar 2017 19:57:46 +0000 Subject: Can do simple add and subtract --- Notes.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Notes.org') diff --git a/Notes.org b/Notes.org index c41d0ad..844367d 100644 --- a/Notes.org +++ b/Notes.org @@ -98,10 +98,23 @@ The class will contain map of strings containing the variable name as the _key_ and the stack position as the stack position and type as the attributes, which will be combined using a struct. -***** TODO Work on statements and declaration +***** DONE Work on statements and declaration Implement the adding to the bindings part that has to be added in the statements and declarations. +***** TODO Work on expressions + +***** TODO Comment code + + comment code to know where we are at and what we still have to do. + +****** TODO Implement add and sub + still have to work on the subtraction + + work on different types to implement the correct add + +****** TODO Implement multiplication + **** TODO Expression ***** printasm(VSB binding) -- cgit