prog8/compiler/test
2024-11-03 13:36:14 +01:00
..
arithmetic compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
ast taking address of a split word array is no longer a fatal error but a warning and the array is turned back into a normal word array. 2024-11-01 20:18:31 +01:00
codegeneration added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00
comparisons compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
fixtures avoid git's line ending translation for this test... 2024-02-03 14:57:25 +01:00
helpers no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
vm Get rid of any() and all() builtin functions. 2024-07-06 18:49:03 +02:00
helpers_pathsTests.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
ModuleImporterTests.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
ProjectConfig.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestBuiltinFunctions.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestCallgraph.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestCompilerOnCharLit.kt omit more redundant 0-initializations ("stz's") 2024-10-17 22:51:39 +02:00
TestCompilerOnExamples.kt replaced deprecated cx16 ZSOUND example by new ZSMKIT examples 2024-11-01 23:17:23 +01:00
TestCompilerOnImportsAndIncludes.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestCompilerOnRanges.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestCompilerOptionLibdirs.kt no longer silently add RTS to asmsubs that don't have one 2024-10-27 13:49:00 +01:00
TestGoldenRam.kt added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00
TestImportedModulesOrderAndOptions.kt fix double %option merge problem where it deleted all of the blocks 2024-11-03 13:36:14 +01:00
TestLaunchEmu.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestMemory.kt %align directive and @align64 2024-10-26 20:58:35 +02:00
TestNumbers.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
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 improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestScoping.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestStringEncodings.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
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 added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00