prog8/compiler/test
2024-11-19 23:46:25 +01:00
..
arithmetic
ast fix dt compiler crash 2024-11-17 17:39:36 +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
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt romsub keyword is now extsub 2024-11-06 22:14:53 +01:00
TestCompilerOnExamples.kt renamed gfx_hires4 module to just gfx_hires 2024-11-12 17:48:35 +01:00
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
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt fix crash: byte c = if a < b -1 else 1 "both values should be the same type" 2024-11-19 23:46:25 +01:00
TestZeropage.kt