prog8/compiler/test
2022-02-10 00:09:09 +01:00
..
arithmetic library doc tweaks 2022-01-03 23:15:34 +01:00
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 streamlining non-zpvars asmgen using new mechanism 2022-02-10 00:09:09 +01:00
comparisons fix bugs in word <= and >= comparisons 2021-03-18 19:20:48 +01:00
fixtures moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
helpers cleanups 2022-02-09 16:35:52 +01:00
helpers_pathsTests.kt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
ModuleImporterTests.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
ProjectConfig.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
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 generalize string encoding flag into enum 2022-01-18 21:21:49 +01:00
TestOptimization.kt cleanups 2022-02-09 16:35:52 +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 cleaning up AsmGen interface 2022-02-06 17:07:03 +01:00
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