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
2024-12-25 23:29:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
57a9fed42b
prog8
/
compiler
History
Irmen de Jong
4270c04856
don't crash but give proper error on "-X" expression where X is not a signed type
2021-11-06 18:06:01 +01:00
..
res
float swap() no longer uses evaluation stack but a single temp var instead + FAC1
2021-11-06 03:36:14 +01:00
src
/prog8
don't crash but give proper error on "-X" expression where X is not a signed type
2021-11-06 18:06:01 +01:00
test
add command line option 'optfloatx' to explicitly re-enable float expr optimization as this can increase code size significantly.
2021-11-03 22:52:08 +01:00
build.gradle
compiler.iml