This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-08-07 21:25:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
50464ebda1f3900b8d86225180d8b7fa35d4c767
prog8
/
compiler
/
examples
History
Irmen de Jong
9d10210466
optimized var copying
2018-10-08 02:24:35 +02:00
..
cube3d.p8
optimize calls/jumps and loops with always known conditions.
2018-10-07 23:29:27 +02:00
mandelbrot.p8
variables are reset to their declared value when entering the scope again
2018-10-07 00:21:13 +02:00
numbergame-c64.p8
strings and arrays are now stored in a 'heap' instead of in the value itself, to reflect how the target platform will store them
2018-09-29 17:33:59 +02:00
numbergame.p8
can now declare for loop variable on the spot
2018-10-06 22:54:03 +02:00
swirl.p8
for, while, repeat, if, branch bodies are now (anonymous) symbol scopes
2018-10-06 18:42:06 +02:00
test.p8
optimized var copying
2018-10-08 02:24:35 +02:00