prog8/compiler/test
2022-03-05 12:10:20 +01:00
..
arithmetic library doc tweaks 2022-01-03 23:15:34 +01:00
ast added 'atari' compiler target beginnings (Atari 800 XL) 2022-02-22 00:52:35 +01:00
codegeneration working on symboltable 2022-03-05 12:10:20 +01:00
comparisons fix bugs in word <= and >= comparisons 2021-03-18 19:20:48 +01:00
fixtures remove unit test issue 2022-02-15 00:38:51 +01:00
helpers working on symboltable 2022-03-05 12:10:20 +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 working on altered pipe syntax 2022-03-02 20:58:38 +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 working on altered pipe syntax 2022-03-02 20:58:38 +01:00
TestBuiltinFunctions.kt fix returntype handling of builtinfunctions, fix errors in pipe expressions 2022-02-21 01:44:29 +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 searching names in inlined assembly now ignores source comments 2022-02-13 13:41:12 +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 remove unit test issue 2022-02-15 00:38:51 +01:00
TestCompilerOnRanges.kt working on altered pipe syntax 2022-03-02 20:58:38 +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 renames of some Ast node classes 2022-02-11 00:34:36 +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
TestNumericLiteral.kt renames of some Ast node classes 2022-02-11 00:34:36 +01:00
TestOptimization.kt working on symboltable 2022-03-05 12:10:20 +01:00
TestPipes.kt fix pipe check for number of args 2022-03-02 21:29:09 +01:00
TestScoping.kt renames of some Ast node classes 2022-02-11 00:34:36 +01:00
TestStringEncodings.kt added ATASCII encoding table for atari 2022-02-25 23:48:39 +01:00
TestSubroutines.kt working on altered pipe syntax 2022-03-02 20:58:38 +01:00
TestSymbolTable.kt working on symboltable 2022-03-05 12:10:20 +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 removed need to store ast scope on each zp allocated var, now uses scoped name to find them 2022-03-04 22:58:05 +01:00