aboutsummaryrefslogtreecommitdiff
path: root/nomnom/compile.nom
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2018-09-26 14:00:05 -0700
committerBruce Hill <bruce@bruce-hill.com>2018-09-26 14:00:05 -0700
commit3f31b09e7404e1ea374bbeb230bf34664b641efb (patch)
treeb619f129e263de2e2a8a5a4866188fcb779031e6 /nomnom/compile.nom
parent17dfd248640caae5eecc13be8974378c39953f39 (diff)
Updated to the point of actually compiling.
Diffstat (limited to 'nomnom/compile.nom')
-rw-r--r--nomnom/compile.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomnom/compile.nom b/nomnom/compile.nom
index 43e6d84..cbe775a 100644
--- a/nomnom/compile.nom
+++ b/nomnom/compile.nom
@@ -1,6 +1,6 @@
# This file contains the code to convert syntax trees to Lua code
-use "nomnom/code_obj.nom"
+#use "nomnom/code_obj.nom"
action [compile %tree using %compile_actions]:
assume (%tree is a "Syntax Tree")