.. |
arithmetic
|
|
|
ast
|
added 'atari' compiler target beginnings (Atari 800 XL)
|
2022-02-22 00:52:35 +01:00 |
codegeneration
|
added atari XEX output format with default $2000 load address
|
2022-02-26 15:36:22 +01:00 |
comparisons
|
|
|
fixtures
|
remove unit test issue
|
2022-02-15 00:38:51 +01:00 |
helpers
|
added atari XEX output format with default $2000 load address
|
2022-02-26 15:36:22 +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
|
|
|
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 |
TestBuiltinFunctions.kt
|
fix returntype handling of builtinfunctions, fix errors in pipe expressions
|
2022-02-21 01:44:29 +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
|
added atari XEX output format with default $2000 load address
|
2022-02-26 15:36:22 +01:00 |
TestPipes.kt
|
working on altered Pipe syntax
|
2022-02-27 02:42:28 +01:00 |
TestScoping.kt
|
renames of some Ast node classes
|
2022-02-11 00:34:36 +01:00 |
TestStringEncodings.kt
|
added ATASCII encoding table for atari
|
2022-02-25 23:48:39 +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
|
added atari XEX output format with default $2000 load address
|
2022-02-26 15:36:22 +01:00 |