prog8/compiler/test
Irmen de Jong 73baaeff1f avoid compiler crash when using char literal in str initialization
fix compiler crash when using str var in an expression without &
2024-12-18 15:08:45 +01:00
..
arithmetic removed anyall library module altogether. The routines weren't very optimized and didn't work on split word arrays. 2024-12-15 17:45:31 +01:00
ast avoid compiler crash when using char literal in str initialization 2024-12-18 15:08:45 +01:00
codegeneration @split is back to force splitting of word arrays 2024-12-16 14:51:32 +01:00
comparisons renamed 'string' module to 'strings' for consistency 2024-11-23 15:51:38 +01:00
fixtures romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
helpers make word arrays split by default (w.i.p.) 2024-12-15 08:12:34 +01:00
vm fix many split array issues 2024-12-15 17:08:07 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestCallgraph.kt IR: fix invalid asm name matching that resulted in not removing subs with a name matching an IR asm instruction 2024-11-30 00:10:57 +01:00
TestCompilerOnCharLit.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestCompilerOnExamples.kt fix symbol prefixing on goto with expression 2024-12-17 16:16:38 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt make word arrays split by default (w.i.p.) 2024-12-15 08:12:34 +01:00
TestCompilerOptionLibdirs.kt make word arrays split by default (w.i.p.) 2024-12-15 08:12:34 +01:00
TestGoldenRam.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestImportedModulesOrderAndOptions.kt fix import order problem related to %option merge 2024-11-23 12:15:15 +01:00
TestLaunchEmu.kt
TestMemory.kt @split is back to force splitting of word arrays 2024-12-16 14:51:32 +01:00
TestNumbers.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestNumericLiteral.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestOptimization.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestPtNumber.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestScoping.kt fix asmgen for call $3000 2024-12-13 22:33:26 +01:00
TestStringEncodings.kt
TestSubroutines.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestSymbolTable.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestTypecasts.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestZeropage.kt cleanups 2024-12-05 21:56:00 +01:00