.. |
arithmetic
|
library doc tweaks
|
2022-01-03 23:15:34 +01:00 |
ast
|
searching names in inlined assembly now ignores source comments
|
2022-02-13 13:41:12 +01:00 |
codegeneration
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
comparisons
|
fix bugs in word <= and >= comparisons
|
2021-03-18 19:20:48 +01:00 |
fixtures
|
remove unit test issue
|
2022-02-15 00:38:51 +01:00 |
helpers
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +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
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
TestCallgraph.kt
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
TestCompilerOnCharLit.kt
|
searching names in inlined assembly now ignores source comments
|
2022-02-13 13:41:12 +01:00 |
TestCompilerOnExamples.kt
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
TestCompilerOnImportsAndIncludes.kt
|
remove unit test issue
|
2022-02-15 00:38:51 +01:00 |
TestCompilerOnRanges.kt
|
removed old @"screencodes" string encoding syntax (use sc:"hello" instead)
|
2022-02-11 22:07:14 +01:00 |
TestCompilerOptionLibdirs.kt
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
TestImportedModulesOrderAndOptions.kt
|
more rewrite variable allocation
|
2022-02-08 20:40:10 +01:00 |
TestMemory.kt
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
TestNumbers.kt
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
TestNumericLiteral.kt
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
TestOptimization.kt
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
TestPipes.kt
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
TestScoping.kt
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
TestStringEncodings.kt
|
cleaning up AsmGen interface
|
2022-02-06 17:07:03 +01:00 |
TestSubroutines.kt
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
TestTypecasts.kt
|
fixed the concurrent modification issue on zeropage when running unit tests in parallel, by not having machine targets be static objects
|
2022-02-06 21:29:06 +01:00 |
ZeropageTests.kt
|
slight tweaks to zp and allocator
|
2022-02-12 00:15:52 +01:00 |