prog8/compiler/test
2024-11-20 23:22:56 +01:00
..
arithmetic
ast
codegeneration fix the if not check in ir codegen 2024-11-18 22:33:47 +01:00
comparisons
fixtures
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
TestCompilerOnCharLit.kt
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
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
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