.. |
arithmetic
|
library doc tweaks
|
2022-01-03 23:15:34 +01:00 |
ast
|
refactor encoder to be the same for all 3 machine targets now
|
2022-01-19 21:21:33 +01:00 |
codegeneration
|
fix compiler crash when initializing an array var with another array var
|
2022-01-23 14:23:34 +01:00 |
comparisons
|
|
|
fixtures
|
|
|
helpers
|
generalize string encoding flag into enum
|
2022-01-18 21:21:49 +01:00 |
helpers_pathsTests.kt
|
|
|
ModuleImporterTests.kt
|
|
|
ProjectConfig.kt
|
|
|
TestAstChecks.kt
|
now correctly requires using & (address-of) when assigning the address of a label or subroutine, used to generate invalid code when it was omitted
|
2022-01-23 02:23:30 +01:00 |
TestCallgraph.kt
|
codegen package rename 2
|
2021-12-28 14:23:36 +01:00 |
TestCompilerOnCharLit.kt
|
generalize string encoding flag into enum
|
2022-01-18 21:21:49 +01:00 |
TestCompilerOnExamples.kt
|
slightly optimized certain list iterations into sequences
|
2022-01-10 23:15:24 +01:00 |
TestCompilerOnImportsAndIncludes.kt
|
VarDecl: make its origin explicit
|
2022-01-10 01:53:03 +01:00 |
TestCompilerOnRanges.kt
|
generalize string encoding flag into enum
|
2022-01-18 21:21:49 +01:00 |
TestCompilerOptionLibdirs.kt
|
added experimental -noreinit option
|
2022-01-01 16:35:36 +01:00 |
TestImportedModulesOrderAndOptions.kt
|
codegen package rename 2
|
2021-12-28 14:23:36 +01:00 |
TestMemory.kt
|
API change: added alignment parameter to memory() function
|
2022-01-24 18:58:57 +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
|
fixed compiler crash when assigning number larger than 65535
|
2022-01-23 01:44:16 +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
|
pipes also as expressions, cleanup codegen, fix various typecasting issues
|
2022-01-08 13:45:19 +01:00 |
TestTypecasts.kt
|
fixed compiler recursion crash when returning certain typecasted value
|
2022-01-23 19:13:20 +01:00 |
ZeropageTests.kt
|
generalize string encoding flag into enum
|
2022-01-18 21:21:49 +01:00 |