prog8/compiler
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