prog8/compiler/test
2022-02-10 02:52:47 +01:00
..
arithmetic
ast fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
codegeneration temp vars are now dynamically added to AST as needed 2022-02-10 02:52:47 +01:00
comparisons
fixtures
helpers temp vars are now dynamically added to AST as needed 2022-02-10 02:52:47 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestCallgraph.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestCompilerOnCharLit.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestCompilerOnExamples.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestCompilerOnImportsAndIncludes.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestCompilerOnRanges.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestCompilerOptionLibdirs.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestImportedModulesOrderAndOptions.kt more rewrite variable allocation 2022-02-08 20:40:10 +01:00
TestMemory.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestNumbers.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestNumericLiteralValue.kt
TestOptimization.kt temp vars are now dynamically added to AST as needed 2022-02-10 02:52:47 +01:00
TestPipes.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestScoping.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestStringEncodings.kt
TestSubroutines.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
TestTypecasts.kt fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects 2022-02-06 21:29:06 +01:00
ZeropageTests.kt streamlining vars asmgen using new mechanism 2022-02-09 21:58:25 +01:00