we have a basic optimizer going! lets goo!!!!!

This commit is contained in:
SpookyDervish
2025-09-08 20:21:36 +10:00
parent 9bae73f1e1
commit 24db80b520
6 changed files with 169 additions and 42 deletions

View File

@@ -1,7 +1,9 @@
set &x 0
set &cond 0
@loop
add $x 1 &x
set &x 123
greater 100000000 $x &cond
if $cond %loop
end $cond
if $cond %yes
@yes
stdout "yes\n"
end 0
@no
stdout "no\n"
end 0