Implementing compiler.
This commit is contained in:
parent
a894fc6689
commit
eba41e4330
2 changed files with 1131 additions and 543 deletions
|
|
@ -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
|
||||||
1657
src/lang.rs
1657
src/lang.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue