mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
rebuild
This commit is contained in:
parent
d573ba1953
commit
c5cbf3315e
@ -136,7 +136,7 @@ return {
|
||||
current = next
|
||||
end
|
||||
for _index_0 = 4, #node do
|
||||
cond = node[_index_0]
|
||||
local cond = node[_index_0]
|
||||
add_clause(cond)
|
||||
end
|
||||
return root
|
||||
|
@ -31,7 +31,7 @@ local tree
|
||||
tree = function(block)
|
||||
local _list_0 = block
|
||||
for _index_0 = 1, #_list_0 do
|
||||
value = _list_0[_index_0]
|
||||
local value = _list_0[_index_0]
|
||||
print(flat_value(value))
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user