prog8/compiler/test
2023-03-07 19:40:11 +01:00
..
arithmetic
ast
codegeneration tweak 2023-02-19 15:08:16 +01:00
comparisons
fixtures
helpers added -varshigh compiler option to move BSS section. 2023-02-22 22:44:29 +01:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt improved import search paths 2023-02-28 20:08:11 +01:00
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added -varshigh compiler option to move BSS section. 2023-02-22 22:44:29 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt added -varshigh compiler option to move BSS section. 2023-02-22 22:44:29 +01:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt improved import search paths 2023-02-28 20:08:11 +01:00
TestLaunchEmu.kt fix various IR file and symboltable issues 2023-03-07 19:40:11 +01:00
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt tweak BinaryExpression splitting 2023-02-28 21:45:38 +01:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt fix vm crash on empty string 2023-03-04 15:35:54 +01:00
TestTypecasts.kt
TestZeropage.kt