prog8/compiler/test
2024-11-10 15:34:35 +01:00
..
arithmetic
ast add unit test for @dirty variables 2024-11-09 13:31:54 +01:00
codegeneration fix generated labels prefix and filtering in the vice symbol dump file 2024-11-10 15:34:35 +01:00
comparisons
fixtures romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
helpers
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
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
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt @initonce variable tag to skip variable reinitialization 2024-11-08 19:03:48 +01:00
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
TestPtNumber.kt
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
TestSubroutines.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
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt