prog8/compiler/test
2022-03-04 23:12:24 +01:00
..
arithmetic
ast added 'atari' compiler target beginnings (Atari 800 XL) 2022-02-22 00:52:35 +01:00
codegeneration variables extraction moved to the very end, so no need anymore to change the table after the fact 2022-03-04 23:12:24 +01:00
comparisons
fixtures remove unit test issue 2022-02-15 00:38:51 +01:00
helpers variables extraction moved to the very end, so no need anymore to change the table after the fact 2022-03-04 23:12:24 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt working on altered pipe syntax 2022-03-02 20:58:38 +01:00
ProjectConfig.kt
TestAstChecks.kt working on altered pipe syntax 2022-03-02 20:58:38 +01:00
TestBuiltinFunctions.kt fix returntype handling of builtinfunctions, fix errors in pipe expressions 2022-02-21 01:44:29 +01:00
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt remove unit test issue 2022-02-15 00:38:51 +01:00
TestCompilerOnRanges.kt working on altered pipe syntax 2022-03-02 20:58:38 +01:00
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt variables extraction moved to the very end, so no need anymore to change the table after the fact 2022-03-04 23:12:24 +01:00
TestPipes.kt fix pipe check for number of args 2022-03-02 21:29:09 +01:00
TestScoping.kt
TestStringEncodings.kt added ATASCII encoding table for atari 2022-02-25 23:48:39 +01:00
TestSubroutines.kt working on altered pipe syntax 2022-03-02 20:58:38 +01:00
TestTypecasts.kt
ZeropageTests.kt removed need to store ast scope on each zp allocated var, now uses scoped name to find them 2022-03-04 22:58:05 +01:00