prog8/compiler/test
2023-01-31 00:18:21 +01:00
..
arithmetic
ast got rid of PtScopeVarsDecls node, just insert variable nodes directly 2023-01-29 13:25:15 +01:00
codegeneration fix symbol lookup in new ast and minor codegen errors 2023-01-31 00:18:21 +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 it's now possible to use symbols that are the same name as 6502 instructions 2022-11-30 18:39:56 +01:00
TestCompilerOnRanges.kt logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt less joins 2023-01-02 02:10:38 +01:00
TestImportedModulesOrderAndOptions.kt update kotest 2022-06-26 18:51:03 +02:00
TestLaunchEmu.kt
TestMemory.kt more 6502 codegen on new Pt-AST. 2023-01-22 17:10:52 +01:00
TestNumbers.kt allow casting negative numbers to unsigned, result = 2's complement 2022-06-05 14:21:10 +02:00
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt redo 8e730ef93d to avoid larger code generated 2023-01-01 23:43:33 +01:00
TestTypecasts.kt
TestZeropage.kt less joins 2023-01-02 02:10:38 +01:00