summaryrefslogtreecommitdiff
path: root/src/compiler/expr.lm
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/expr.lm')
-rw-r--r--src/compiler/expr.lm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compiler/expr.lm b/src/compiler/expr.lm
index d615358..f758723 100644
--- a/src/compiler/expr.lm
+++ b/src/compiler/expr.lm
@@ -1,3 +1,8 @@
+# Expression parser && collapser
+# This lets us know what kind of operations we need to compile in.
+# But it also collapses the expressions offline, so we don't have to compile in constant expressions
+# This makes the compiler "useful"
+
include 'types.lm'
global RTYPE_UNKNOWN:int = 0