prog8/codeOptimizers
Irmen de Jong 0d3ad80659 retain type of consts better to avoid precision loss
this also fixed a difference in const calculation where the result could differ if you were using optimzations or not.
2024-09-14 21:06:21 +02:00
..
src/prog8/optimizer retain type of consts better to avoid precision loss 2024-09-14 21:06:21 +02:00
build.gradle java version tweaks 2024-05-18 20:25:44 +02:00
codeOptimizers.iml const optimizer now knows about a bunch of library functions, such as math.* 2023-12-28 20:14:13 +01:00
readme-tests.txt