prog8/compiler/test
2022-10-23 11:57:23 +02:00
..
arithmetic replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
ast
codegeneration
comparisons
fixtures
helpers
vm
helpers_pathsTests.kt
ModuleImporterTests.kt update kotest 2022-06-26 18:51:03 +02:00
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
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
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt allow casting negative numbers to unsigned, result = 2's complement 2022-06-05 14:21:10 +02:00
TestNumericLiteral.kt
TestOptimization.kt tweak bool type handling 2022-07-11 14:55:50 +02:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
TestSymbolTable.kt
TestTypecasts.kt fix crash when assigning certain memory read to word variable. Fixes #82 2022-10-23 11:57:23 +02:00
ZeropageTests.kt