Implementing compiler.
This commit is contained in:
+10
-5
@@ -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
|
||||
+1121
-538
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user