prog8/compiler/test
2024-11-20 23:23:26 +01:00
..
arithmetic
ast change block sort order so that blocks with address are now sorted last 2024-11-20 23:23:26 +01:00
codegeneration fix the if not check in ir codegen 2024-11-18 22:33:47 +01:00
comparisons
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
ModuleImporterTests.kt
ProjectConfig.kt
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
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt remove the 'addmissingrts' compiler option 2024-11-20 23:22:56 +01:00
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 implementing const long 2024-11-20 23:22:56 +01:00
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 implementing const long 2024-11-20 23:22:56 +01:00
TestSymbolTable.kt
TestTypecasts.kt added bnk() builtin function 2024-11-20 23:23:21 +01:00
TestZeropage.kt