.. |
arithmetic
|
"not" operator removed from ast and codegen (it's been replaced with x==0 as equivalent)
|
2022-06-29 01:13:08 +02:00 |
ast
|
tweak bool type handling
|
2022-07-11 14:55:50 +02:00 |
codegeneration
|
logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
|
2022-07-02 00:38:17 +02:00 |
comparisons
|
|
|
fixtures
|
|
|
helpers
|
added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly
|
2022-07-11 19:29:04 +02:00 |
vm
|
vm: some more peephole optimizations
|
2022-07-12 19:04:19 +02:00 |
helpers_pathsTests.kt
|
update kotest
|
2022-06-26 18:51:03 +02:00 |
ModuleImporterTests.kt
|
update kotest
|
2022-06-26 18:51:03 +02:00 |
ProjectConfig.kt
|
|
|
TestAstChecks.kt
|
|
|
TestBuiltinFunctions.kt
|
improve bool params typecasting, fix compiler crash on abs(floatvar)
|
2022-07-12 17:52:37 +02:00 |
TestCallgraph.kt
|
|
|
TestCompilerOnCharLit.kt
|
|
|
TestCompilerOnExamples.kt
|
added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly
|
2022-07-11 19:29:04 +02:00 |
TestCompilerOnImportsAndIncludes.kt
|
logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
|
2022-07-02 00:38:17 +02:00 |
TestCompilerOnRanges.kt
|
logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
|
2022-07-02 00:38:17 +02:00 |
TestCompilerOptionLibdirs.kt
|
added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly
|
2022-07-11 19:29:04 +02:00 |
TestImportedModulesOrderAndOptions.kt
|
update kotest
|
2022-06-26 18:51:03 +02:00 |
TestMemory.kt
|
|
|
TestNumbers.kt
|
allow casting negative numbers to unsigned, result = 2's complement
|
2022-06-05 14:21:10 +02:00 |
TestNumericLiteral.kt
|
properly optimize X - -1 and X + -1, this also fixes type change of ubyte - 2 + 10
|
2022-06-05 15:35:29 +02:00 |
TestOptimization.kt
|
tweak bool type handling
|
2022-07-11 14:55:50 +02:00 |
TestPtNumber.kt
|
|
|
TestScoping.kt
|
added unit test for name shadowing warning
|
2022-06-04 21:35:48 +02:00 |
TestStringEncodings.kt
|
|
|
TestSubroutines.kt
|
vm: fix expression codegen for pointer indexing
|
2022-06-04 19:32:35 +02:00 |
TestSymbolTable.kt
|
|
|
TestTypecasts.kt
|
improve bool params typecasting, fix compiler crash on abs(floatvar)
|
2022-07-12 17:52:37 +02:00 |
ZeropageTests.kt
|
|
|