diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:07:47 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:07:47 -0700 |
| commit | ba00294badff9d5f5d55e1080a17b13fea961f55 (patch) | |
| tree | 69aa45f6fd830cb65f34cb37958895a404119e81 /syntax_tree.lua | |
| parent | ab38fd19fa6e30b4a0629b3445812cb6bf025a25 (diff) | |
Recompile
Diffstat (limited to 'syntax_tree.lua')
| -rw-r--r-- | syntax_tree.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax_tree.lua b/syntax_tree.lua index bc4d0a5..6383625 100644 --- a/syntax_tree.lua +++ b/syntax_tree.lua @@ -153,14 +153,6 @@ for _index_0 = 1, #types do end }) end -AST.Block.__init = function(self) - for _index_0 = 1, #self do - local a = self[_index_0] - if not AST.is_syntax_tree(a) then - require('ldt').breakpoint() - end - end -end AST.Action.__init = function(self) local stub_bits = { } local arg_i = 1 |
