Recompile
This commit is contained in:
parent
ab38fd19fa
commit
ba00294bad
@ -153,14 +153,6 @@ for _index_0 = 1, #types do
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
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)
|
AST.Action.__init = function(self)
|
||||||
local stub_bits = { }
|
local stub_bits = { }
|
||||||
local arg_i = 1
|
local arg_i = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user