prog8/compiler/test
2022-09-24 18:26:35 +02:00
..
arithmetic
ast move 2022-08-14 13:17:03 +02:00
codegeneration
comparisons fix bugs in word <= and >= comparisons 2021-03-18 19:20:48 +01:00
fixtures
helpers vm: fix crashes when array contains pointers/strings 2022-09-24 14:42:07 +02:00
vm vm: fix scoped name in address-of inside array 2022-09-24 18:26:35 +02:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt consolidating modules 2022-03-11 20:45:39 +01:00
TestBuiltinFunctions.kt improve bool params typecasting, fix compiler crash on abs(floatvar) 2022-07-12 17:52:37 +02:00
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added '-keepIR' option to save the IR file if it's generated. 2022-09-20 12:30:22 +02:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
TestCompilerOptionLibdirs.kt added '-keepIR' option to save the IR file if it's generated. 2022-09-20 12:30:22 +02:00
TestImportedModulesOrderAndOptions.kt update kotest 2022-06-26 18:51:03 +02:00
TestLaunchEmu.kt IR no longer depends on VM syscalls but has its own syscall list for the few builtin functions that still require it 2022-09-23 14:27:51 +02:00
TestMemory.kt cleanup 2022-05-22 23:11:22 +02:00
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt tweak bool type handling 2022-07-11 14:55:50 +02:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt added %option merge, also fixed problem with unit test building in newer IntelliJ version 2022-04-15 22:38:32 +02:00
TestTypecasts.kt
ZeropageTests.kt