prog8/compiler/test
2022-07-22 22:22:43 +02:00
..
arithmetic
ast
codegeneration
comparisons
fixtures
helpers added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly 2022-07-11 19:29:04 +02:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt improve bool params typecasting, fix compiler crash on abs(floatvar) 2022-07-12 17:52:37 +02:00
TestCallgraph.kt simplify & fix recursion detector 2022-07-22 22:22:43 +02:00
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt cx16: graphics module y resolution corrected from 200 to 240. added 'cx16/circles' example. 2022-07-17 18:59:52 +02:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly 2022-07-11 19:29:04 +02:00
TestImportedModulesOrderAndOptions.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt fix compiler crashes: txt.chrout("a"), uword[] a = ["ls", subroutine] without & before subroutine. 2022-07-15 23:17:03 +02:00
TestSymbolTable.kt
TestTypecasts.kt fix stack crash in cx16.push_vera_context() 2022-07-14 16:33:09 +02:00
ZeropageTests.kt c64 zeropage: added a few more locations to Kernalsafe free list that should be safe 2022-07-17 12:12:47 +02:00