prog8/compiler/test
2023-12-21 00:28:09 +01:00
..
arithmetic removed floats.fabs() and floats.sqrt()/fsqrt() 2023-05-17 00:46:15 +02:00
ast
codegeneration more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
comparisons
fixtures
helpers
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt some cleanups 2023-02-09 02:34:18 +01:00
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt add error message for invalid step size in range expression 2023-08-11 02:35:52 +02:00
TestCompilerOptionLibdirs.kt cx16: added several word Vera-registers as memory-mapped vars as well 2023-12-21 00:28:09 +01:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt unit test for %encoding 2023-12-07 21:54:01 +01:00
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt