.. |
arithmetic
|
move test
|
2021-03-18 19:34:54 +01:00 |
ast
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
codegeneration
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +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
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +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
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
ProjectConfig.kt
|
converting compiler module's testcases to kotest (ongoing)
|
2021-11-08 15:08:48 +01:00 |
TestCallgraph.kt
|
converting compiler module's testcases to kotest (ongoing)
|
2021-11-08 15:08:48 +01:00 |
TestCompilerOnCharLit.kt
|
char encodings now use UByte type instead of short
|
2021-11-21 00:07:17 +01:00 |
TestCompilerOnExamples.kt
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
TestCompilerOnImportsAndIncludes.kt
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
TestCompilerOnRanges.kt
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
TestCompilerOptionLibdirs.kt
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
TestImportedModulesOrderAndOptions.kt
|
moved all unit tests into single project to avoid dependency issues
|
2021-12-04 18:20:22 +01:00 |
TestMemory.kt
|
allow scoped identifiers to reference a subroutine parameter directly.
|
2021-11-21 23:21:39 +01:00 |
TestNumbers.kt
|
replaced many short/int values by unsigned types if appropriate
|
2021-11-21 00:55:56 +01:00 |
TestNumericLiteralValue.kt
|
fix float rounding tests
|
2021-11-18 22:54:49 +01:00 |
TestOptimization.kt
|
fix substituting 0 only if its actually the same variable that's substituted
|
2021-11-21 12:34:57 +01:00 |
TestPetscii.kt
|
char encodings now use UByte type instead of short
|
2021-11-21 00:07:17 +01:00 |
TestScoping.kt
|
fix some scoping related symbol lookup issues, clarified scoping rules in docs
|
2021-11-23 23:43:23 +01:00 |
TestSubroutines.kt
|
tweak in error output for file links, corrected column number off-by-one
|
2021-12-04 16:52:03 +01:00 |
ZeropageTests.kt
|
also consider Y register for clobber check for functioncall arguments
|
2021-11-29 22:09:05 +01:00 |