prog8/codeOptimizers
2021-11-20 23:43:10 +01:00
..
src/prog8/optimizer add assignment optimization X=value-X --> X=-X ; X+=value (to avoid need of stack-evaluation) 2021-11-20 23:43:10 +01:00
build.gradle remove unittest machinery from modules that don't have tests 2021-11-07 17:34:14 +01:00
codeOptimizers.iml remove unittest machinery from modules that don't have tests 2021-11-07 17:34:14 +01:00
readme-tests.txt remove unittest machinery from modules that don't have tests 2021-11-07 17:34:14 +01:00