prog8/compiler/test/codegeneration
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
..
TestArrayThings.kt 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
TestAsmGenSymbols.kt allow 'void' as dummy assign target in multi-assignment statements 2024-03-31 23:43:26 +02:00
TestVariables.kt Remove array initialization by single value. 2024-10-13 04:31:56 +02:00
TestVariousCodeGen.kt check that block address leaves room for program startup logic 2024-10-03 22:30:06 +02:00