prog8/compiler/test
2023-02-05 01:15:23 +01:00
..
arithmetic
ast lookup via new ST 2023-02-05 01:15:23 +01:00
codegeneration lookup via new ST 2023-02-05 01:15:23 +01:00
comparisons
fixtures
helpers fix symbol lookup in new ast and minor codegen errors 2023-01-31 00:18:21 +01:00
vm vm target can't use asmsub at all, give better error for that 2023-01-26 01:38:13 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt consolidate builtin function definitions into codeCore 2023-01-25 00:23:00 +01:00
TestCallgraph.kt tweak sys.wait() routines on various targets 2023-01-20 03:29:10 +01:00
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt more 6502 codegen on new Pt-AST. 2023-01-22 17:10:52 +01:00
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt lookup via new ST 2023-02-05 01:15:23 +01:00
TestTypecasts.kt boolean vs byte cast fixing, and pointervar error 2023-02-02 00:57:20 +01:00
TestZeropage.kt