prog8/compiler/test
2023-01-26 01:38:13 +01:00
..
arithmetic
ast optimizing scoped names more and fix scoping of identifier names in arrays (pointers) in SymbolTable 2022-12-31 03:20:20 +01:00
codegeneration optimizing scoped names more and fix scoping of identifier names in arrays (pointers) in SymbolTable 2022-12-31 03:20:20 +01:00
comparisons
fixtures
helpers
vm vm target can't use asmsub at all, give better error for that 2023-01-26 01:38:13 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt tweak sys.wait() routines on various targets 2023-01-20 03:29:10 +01:00
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt less joins 2023-01-02 02:10:38 +01:00
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt redo 8e730ef93d to avoid larger code generated 2023-01-01 23:43:33 +01:00
TestTypecasts.kt rewrite bool=bool^1 into bool=not bool 2022-12-29 19:42:38 +01:00
TestZeropage.kt less joins 2023-01-02 02:10:38 +01:00