Implementing compiler.

This commit is contained in:
paladin 2026-07-18 15:15:51 +01:00
parent a894fc6689
commit eba41e4330
2 changed files with 1131 additions and 543 deletions

View file

@ -1,7 +1,12 @@
local all = { ... } local two
while true do do
for index, item in pairs(all) do local one
dog:log(index, item) if something then
local three
print(something)
end
local four
if something2 then
end end
return
end end

File diff suppressed because it is too large Load diff