.. |
arithmetic
|
|
|
ast
|
simplify SourceCode: just read the full text immediately. Also optimized imports.
|
2022-02-05 03:50:54 +01:00 |
codegeneration
|
cleaning up AsmGen interface
|
2022-02-06 17:07:03 +01:00 |
comparisons
|
|
|
fixtures
|
|
|
helpers
|
cleaning up AsmGen interface
|
2022-02-06 17:07:03 +01:00 |
helpers_pathsTests.kt
|
|
|
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
|
added experimental codegen backend option
|
2022-02-05 21:42:03 +01:00 |
TestCompilerOnImportsAndIncludes.kt
|
|
|
TestCompilerOnRanges.kt
|
simplify SourceCode: just read the full text immediately. Also optimized imports.
|
2022-02-05 03:50:54 +01:00 |
TestCompilerOptionLibdirs.kt
|
added experimental codegen backend option
|
2022-02-05 21:42:03 +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
|
cleaning up AsmGen interface
|
2022-02-06 17:07:03 +01:00 |
TestPipes.kt
|
|
|
TestScoping.kt
|
allow "goto pointervar" for indirect jumps
|
2022-01-21 22:55:59 +01:00 |
TestStringEncodings.kt
|
cleaning up AsmGen interface
|
2022-02-06 17:07:03 +01:00 |
TestSubroutines.kt
|
fix rts in empty asmsub
|
2022-02-06 05:05:58 +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
|
introducing IVariableAllocation (WIP)
|
2022-02-06 18:57:23 +01:00 |