aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2017-03-10 17:38:14 +0000
committerymherklotz <ymherklotz@gmail.com>2017-03-10 17:38:14 +0000
commit7a61349a09b4db96794a2a90d2d488f020885442 (patch)
tree22194f4eeb49b3111531dc352df14264c3cfb973 /Notes.org
parentb9ab15bb2188543b8883ee8cf86540ed2684ed9d (diff)
downloadCompiler-7a61349a09b4db96794a2a90d2d488f020885442.tar.gz
Compiler-7a61349a09b4db96794a2a90d2d488f020885442.zip
Finished assignment expression
Diffstat (limited to 'Notes.org')
-rw-r--r--Notes.org4
1 files changed, 4 insertions, 0 deletions
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