From 7a61349a09b4db96794a2a90d2d488f020885442 Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Fri, 10 Mar 2017 17:38:14 +0000 Subject: Finished assignment expression --- Notes.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Notes.org') diff --git a/Notes.org b/Notes.org index 8e6fbe4..c41d0ad 100644 --- a/Notes.org +++ b/Notes.org @@ -117,6 +117,10 @@ Have to be careful because of the way the expressions are parsed. Constant expressions will just output li $2, 6 for example +***** Assignment + + I'm assuming that the right hand side of an assigment is always a variable. + **** TODO Function class **** TODO Statement class -- cgit