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-02-04 17:38:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
History
Irmen de Jong
b2c9b7635d
revert restriction on certain associative operator reshuffling
...
it caused larger generated code
2022-07-02 13:59:24 +02:00
..
res
logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
2022-07-02 00:38:17 +02:00
src
/prog8
revert restriction on certain associative operator reshuffling
2022-07-02 13:59:24 +02:00
test
fix problematic optimizations to logical expressions
2022-07-02 00:56:24 +02:00
build.gradle
update kotest
2022-06-26 18:51:03 +02:00
compiler.iml
added start of virtual machine compilation target
2022-03-19 00:57:35 +01:00