Rewriting parser.

This commit is contained in:
paladin 2026-07-02 00:43:49 +01:00
parent d2e89dae3e
commit f91d5a5091
8 changed files with 832 additions and 436 deletions

View file

@ -0,0 +1,7 @@
local all = { ... }
while true do
for index, item in pairs(all) do
dog:log(index, item)
end
return
end