From 3f31b09e7404e1ea374bbeb230bf34664b641efb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 26 Sep 2018 14:00:05 -0700 Subject: Updated to the point of actually compiling. --- nomnom/compile.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomnom/compile.nom') 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") -- cgit v1.2.3