prog8/compiler/test
2022-02-26 15:36:22 +01:00
..
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
ProjectConfig.kt simplify SourceCode: just read the full text immediately. Also optimized imports. 2022-02-05 03:50:54 +01:00
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt added atari XEX output format with default $2000 load address 2022-02-26 15:36:22 +01:00
TestPipes.kt compile time calculated values of sin/cos routines fixed to be identical to the results of the run-time functions 2022-02-21 21:30:42 +01:00
TestScoping.kt
TestStringEncodings.kt added ATASCII encoding table for atari 2022-02-25 23:48:39 +01:00
TestSubroutines.kt
TestTypecasts.kt
ZeropageTests.kt added atari XEX output format with default $2000 load address 2022-02-26 15:36:22 +01:00