prog8/compiler/test
2023-12-02 21:29:14 +01:00
..
arithmetic
ast fix a compiler crash in certain vardecl initialization expressions 2023-11-28 21:01:58 +01:00
codegeneration fix compiler crash on ptrvar[n+1] = ptrvar[2] 2023-11-14 21:46:11 +01:00
comparisons
fixtures
helpers fix TODO crash on uword[0] = uword[0] or 128 (byte register assign to word array) 2023-12-02 21:29:14 +01:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt message 2023-11-17 00:37:12 +01:00
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt cx16: added bmx library module and showbmx example 2023-11-24 23:39:05 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt improve the way %option merge works, you can now merge your own code with library code for instance. 2023-11-14 23:04:13 +01:00
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt fix invalid optimization for integers (X/C1)*C2 , only ok for floats because of int rounding 2023-12-01 23:17:49 +01:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt fix TODO crash on uword[0] = uword[0] or 128 (byte register assign to word array) 2023-12-02 21:29:14 +01:00
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt