mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-03 20:58:17 +00:00
build_visitor fixed, going to test it
This commit is contained in:
parent
5bf0c1bf48
commit
c34523bd4f
23 changed files with 45468 additions and 45273 deletions
|
|
@ -8,9 +8,9 @@ def flow_control_test = {
|
|||
return {}
|
||||
}
|
||||
|
||||
while (a > 0) && (!array.is_empty) do {
|
||||
while (a > 0) && (!array.is_empty ()) do {
|
||||
; --a
|
||||
; array.pop
|
||||
; array->pop
|
||||
}
|
||||
|
||||
while x < 10 do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue