prog8/codeOptimizers
Irmen de Jong 66829203d8 New [x]*42 syntax to create array literals with repeated values (like "abc"*10 already exists for strings)
Should be used in place of array initializer expressions that contain only a single numeric value to initialize the whole array with. That isn't supported anymore.
2024-10-13 05:16:08 +02:00
..
src/prog8/optimizer New [x]*42 syntax to create array literals with repeated values (like "abc"*10 already exists for strings) 2024-10-13 05:16:08 +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 remove unittest machinery from modules that don't have tests 2021-11-07 17:34:14 +01:00