This website requires JavaScript.
Explore
Help
Register
Sign In
ground
/
GroundPY
Watch
2
Star
1
Fork
0
You've already forked GroundPY
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
24db80b520a53cfc9557afc00ec3e458a37a014d
GroundPY
/
test2.grnd
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
we have a basic optimizer going! lets goo!!!!!
2025-09-08 20:21:36 +10:00
set &x 123
doing some set up for when i implement a peephole optimizer
2025-09-08 07:49:33 +10:00
greater 100000000 $x &cond
we have a basic optimizer going! lets goo!!!!!
2025-09-08 20:21:36 +10:00
if $cond %yes
@yes
stdout "yes\n"
end 0
@no
stdout "no\n"
end 0
Reference in New Issue
Copy Permalink