prog8/compiler/test
2021-10-20 22:50:18 +02:00
..
arithmetic
comparisons
fixtures comments 2021-10-19 01:12:28 +02:00
helpers
AsmgenTests.kt got rid of program arg for isInRegularRAM 2021-10-19 22:30:30 +02:00
ModuleImporterTests.kt a few comment and TODO cleanups. 2021-10-19 23:20:34 +02:00
TestCallgraph.kt tests for callgraph and unused subroutine removal in optimizer 2021-10-20 22:24:10 +02:00
TestCompilerOnCharLit.kt a few comment and TODO cleanups. 2021-10-19 23:20:34 +02:00
TestCompilerOnExamples.kt rename mainModule to toplevelModule. 2021-10-19 21:49:05 +02:00
TestCompilerOnImportsAndIncludes.kt remove testcase that attempted to check invalid %import syntax. 2021-10-13 22:10:35 +02:00
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt rename mainModule to toplevelModule. 2021-10-19 21:49:05 +02:00
TestMemory.kt clarified isInRegularRAM() by making it an extension method on AssignTarget 2021-10-19 22:36:05 +02:00
TestNumbers.kt
TestNumericLiteralValue.kt
TestOptimization.kt fix test to recognise inserted return statements 2021-10-20 22:50:18 +02:00
TestPetscii.kt petscii now use Result instead of Either 2021-10-13 23:22:46 +02:00
ZeropageTests.kt