diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-25 15:51:02 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-25 15:51:02 -0800 |
| commit | cf3e35f7f0cedb635e4d0d2ca8e46fd7cd0d9c77 (patch) | |
| tree | ff365607d2ad5e61338b1483e57dceba7d014b85 | |
| parent | a1b559a3a269bbee1ae9a33061b08a868ea52f5c (diff) | |
Recompile.
| -rw-r--r-- | nomsu_compiler.lua | 8 |
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 |
