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
+10 -5
View File
@@ -1,7 +1,12 @@
local all = { ... }
while true do
for index, item in pairs(all) do
dog:log(index, item)
local two
do
local one
if something then
local three
print(something)
end
local four
if something2 then
end
return
end
+712 -129
View File
File diff suppressed because it is too large Load Diff