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-11-26 11:49:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
72a7e61fd0
prog8
/
compiler
History
Irmen de Jong
72a7e61fd0
version 7.2
2021-11-06 23:42:13 +01:00
..
res
version 7.2
2021-11-06 23:42:13 +01:00
src
/prog8
"not x" as a condition (if, while, until) is optimized into "x==0", this avoids calculating the value
2021-11-06 23:25:32 +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
various cleanups, slight update to dbus
2021-10-30 19:30:19 +02:00
compiler.iml
split out the code generator into own project submodule
2021-10-29 05:00:30 +02:00