prog8/compiler/test
2024-12-13 20:47:23 +01:00
..
arithmetic renamed 'string' module to 'strings' for consistency 2024-11-23 15:51:38 +01:00
ast can now use boolean params mapped to Rx register 2024-12-13 20:47:23 +01:00
codegeneration changed the data type system to composite types 2024-12-05 21:48:51 +01:00
comparisons renamed 'string' module to 'strings' for consistency 2024-11-23 15:51:38 +01:00
fixtures romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
helpers changed the data type system to composite types 2024-12-05 21:48:51 +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 changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestCallgraph.kt IR: fix invalid asm name matching that resulted in not removing subs with a name matching an IR asm instruction 2024-11-30 00:10:57 +01:00
TestCompilerOnCharLit.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestCompilerOnExamples.kt optimized palette module 2024-12-08 15:30:42 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestCompilerOptionLibdirs.kt add -plaintext and -ignorefootguns options 2024-12-03 19:12:30 +01:00
TestGoldenRam.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestImportedModulesOrderAndOptions.kt fix import order problem related to %option merge 2024-11-23 12:15:15 +01:00
TestLaunchEmu.kt
TestMemory.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestNumbers.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestNumericLiteral.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestOptimization.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestPtNumber.kt changed the data type system to composite types 2024-12-05 21:48:51 +01: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
TestSubroutines.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestSymbolTable.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestTypecasts.kt changed the data type system to composite types 2024-12-05 21:48:51 +01:00
TestZeropage.kt cleanups 2024-12-05 21:56:00 +01:00