prog8/compiler/test
2021-10-27 23:48:12 +02:00
..
arithmetic
comparisons
fixtures comments 2021-10-19 01:12:28 +02:00
helpers more precise error messages checks 2021-10-24 19:14:46 +02:00
AsmgenTests.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00
ModuleImporterTests.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +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 add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00
TestCompilerOnImportsAndIncludes.kt remove testcase that attempted to check invalid %import syntax. 2021-10-13 22:10:35 +02:00
TestCompilerOnRanges.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt rename mainModule to toplevelModule. 2021-10-19 21:49:05 +02:00
TestMemory.kt first steps to add support for str parameter type 2021-10-24 20:57:10 +02:00
TestNumbers.kt
TestNumericLiteralValue.kt
TestOptimization.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00
TestPetscii.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00
TestScoping.kt refactoring symbol lookups 2021-10-27 23:48:12 +02:00
TestSubroutines.kt fix nested label lookups in anon scopes (partly) 2021-10-27 02:41:24 +02:00
ZeropageTests.kt