From cf3e35f7f0cedb635e4d0d2ca8e46fd7cd0d9c77 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 25 Jan 2019 15:51:02 -0800 Subject: [PATCH] Recompile. --- nomsu_compiler.lua | 8 -------- 1 file changed, 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