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 = { ... }
|
||||
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
|
||||
841
src/lang.rs
841
src/lang.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue