prog8/compiler/test
Irmen de Jong 2bf4017f2b fix nested label lookups in anon scopes
fixed non-global qualified names lookup
2021-10-28 23:48:01 +02:00
..
arithmetic
comparisons
fixtures comments 2021-10-19 01:12:28 +02:00
helpers
AsmgenTests.kt add unit tests for AnonScope refactoring, cleaned up imports 2021-10-27 00:05:46 +02:00
ModuleImporterTests.kt
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
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt first steps to add support for str parameter type 2021-10-24 20:57:10 +02:00
TestNumbers.kt optimized imports 2021-10-11 00:22:04 +02:00
TestNumericLiteralValue.kt
TestOptimization.kt
TestPetscii.kt
TestScoping.kt fix nested label lookups in anon scopes 2021-10-28 23:48:01 +02:00
TestSubroutines.kt
ZeropageTests.kt