prog8/compiler/test
2024-11-23 12:15:15 +01:00
..
arithmetic compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
ast fix import order problem related to %option merge 2024-11-23 12:15:15 +01:00
codegeneration fix the if not check in ir codegen 2024-11-18 22:33:47 +01:00
comparisons compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
fixtures romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
helpers remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +01:00
vm removed BuiltinFunctionCall redundant ast node type 2024-11-20 23:22:56 +01: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 simplify ReturnConvention a little 2024-11-20 23:22:56 +01:00
TestCallgraph.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestCompilerOnCharLit.kt romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
TestCompilerOnExamples.kt remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +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 remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +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 import order problem related to %option merge 2024-11-23 12:15:15 +01:00
TestLaunchEmu.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestMemory.kt @initonce variable tag to skip variable reinitialization 2024-11-08 19:03:48 +01:00
TestNumbers.kt implementing const long 2024-11-20 23:22:56 +01:00
TestNumericLiteral.kt improve automatic type conversions for return values, fixes #155 2024-10-09 20:04:05 +02:00
TestOptimization.kt romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
TestPtNumber.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestScoping.kt move the program startup and cleanup machinery to the front of the program to keep it in system ram 2024-11-05 22:12:25 +01:00
TestStringEncodings.kt improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
TestSubroutines.kt implementing const long 2024-11-20 23:22:56 +01:00
TestSymbolTable.kt %align directive and @align64 2024-10-26 20:58:35 +02:00
TestTypecasts.kt added bnk() builtin function 2024-11-20 23:23:21 +01:00
TestZeropage.kt added memtop to machine definition and asm source code check 2024-11-02 00:59:07 +01:00