prog8/compiler/test
2024-11-01 03:39:52 +01:00
..
arithmetic compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
ast merge now also allows monkeypatching if signature is 100% identical 2024-10-30 01:15:56 +01:00
codegeneration no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
comparisons compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
fixtures
helpers no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt omit more redundant 0-initializations ("stz's") 2024-10-17 22:51:39 +02:00
TestCompilerOnExamples.kt split up cx16.gfx2 module into gfx_lores and gfx_hires4 modules 2024-10-30 22:21:07 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt don't always import math automatically anymore 2024-11-01 03:39:52 +01:00
TestLaunchEmu.kt
TestMemory.kt %align directive and @align64 2024-10-26 20:58:35 +02:00
TestNumbers.kt
TestNumericLiteral.kt improve automatic type conversions for return values, fixes #155 2024-10-09 20:04:05 +02:00
TestOptimization.kt no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
TestSymbolTable.kt %align directive and @align64 2024-10-26 20:58:35 +02:00
TestTypecasts.kt improve automatic type conversions for return values, fixes #155 2024-10-09 20:04:05 +02:00
TestZeropage.kt