prog8/compiler/test
2022-02-05 03:50:54 +01:00
..
arithmetic library doc tweaks 2022-01-03 23:15:34 +01:00
ast simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
codegeneration simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +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 simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +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 check for missing '&' in string + value expressions (can't just add a value to a string) 2022-01-24 23:30:40 +01:00
TestCallgraph.kt fix invalid recursion warning for code referencing subroutine but not via a call 2022-02-01 23:09:52 +01:00
TestCompilerOnCharLit.kt generalize string encoding flag into enum 2022-01-18 21:21:49 +01:00
TestCompilerOnExamples.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestCompilerOnImportsAndIncludes.kt VarDecl: make its origin explicit 2022-01-10 01:53:03 +01:00
TestCompilerOnRanges.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestCompilerOptionLibdirs.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestImportedModulesOrderAndOptions.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestMemory.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestNumbers.kt fixed compiler crash when assigning number larger than 65535 2022-01-23 01:44:16 +01:00
TestNumericLiteralValue.kt generalize string encoding flag into enum 2022-01-18 21:21:49 +01:00
TestOptimization.kt simplify IdentifierReference equality check back to default (name+pos) 2022-01-27 23:32:55 +01:00
TestPetscii.kt refactor encoder to be the same for all 3 machine targets now 2022-01-19 21:21:33 +01:00
TestPipes.kt pipes also as expressions, cleanup codegen, fix various typecasting issues 2022-01-08 13:45:19 +01:00
TestScoping.kt allow "goto pointervar" for indirect jumps 2022-01-21 22:55:59 +01:00
TestSubroutines.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestTypecasts.kt enable more optimizations for typecasted assignments. Fixed missing codegen for assigning bytes to words in certain cases. 2022-01-27 18:05:25 +01:00
ZeropageTests.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00