Rewriting parser.
This commit is contained in:
parent
d2e89dae3e
commit
f91d5a5091
8 changed files with 832 additions and 436 deletions
|
|
@ -0,0 +1,7 @@
|
|||
local all = { ... }
|
||||
while true do
|
||||
for index, item in pairs(all) do
|
||||
dog:log(index, item)
|
||||
end
|
||||
return
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue