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-25 04:31:20 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7aec627f6b
prog8
/
compiler
History
Irmen de Jong
7aec627f6b
add optimization if x==0 or x==1 -> if x<2
2024-09-08 22:39:48 +02:00
..
res
add optimization if x==0 or x==1 -> if x<2
2024-09-08 22:39:48 +02:00
src
/prog8
add optimization if x==0 or x==1 -> if x<2
2024-09-08 22:39:48 +02:00
test
improve data driven unit tests to use kotest withData()
2024-09-08 16:55:08 +02:00
build.gradle
compiler.iml