prog8/compiler/test
2023-11-22 20:03:21 +01:00
..
arithmetic
ast better const-evaluation of addressOf a memory mapped variable 2023-11-08 22:04:41 +01:00
codegeneration fix compiler crash on ptrvar[n+1] = ptrvar[2] 2023-11-14 21:46:11 +01:00
comparisons
fixtures
helpers
vm
helpers_pathsTests.kt ir: fix inlineasm linking 2022-10-31 23:59:33 +01:00
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt message 2023-11-17 00:37:12 +01:00
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt new X16 irq handler routines and examples 2023-11-22 20:03:21 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt add a %zpallowed option to specify the range of zeropage register that can be used 2023-11-03 00:19:25 +01:00
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 name check in inline asm 2023-11-21 01:26:50 +01:00
TestPtNumber.kt PtNumber can now be compared 2022-04-10 17:48:03 +02:00
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt add a %zpallowed option to specify the range of zeropage register that can be used 2023-11-03 00:19:25 +01:00