aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nomsu_compiler.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua
index 096cdd1..d04c71f 100644
--- a/nomsu_compiler.lua
+++ b/nomsu_compiler.lua
@@ -52,14 +52,6 @@ local math_expression = re.compile([[ (([*/^+-] / [0-9]+) " ")* [*/^+-] !. ]])
local MAX_LINE = 80
local compile
compile = function(self, tree)
- if not (SyntaxTree:is_instance(tree)) then
- do
- local as_lua = tree.as_lua
- if as_lua then
- return as_lua(tree)
- end
- end
- end
local _exp_0 = tree.type
if "Action" == _exp_0 then
local stub = tree.stub