prog8/compiler/test
2022-10-29 17:04:39 +02:00
..
arithmetic replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
ast fix regression: indexing pointer variable with word (>255) didn't work anymore since release 8.2 or so 2022-10-24 23:43:47 +02:00
codegeneration fix "fpReg1 out of bounds" crash for vm target for in-place float array assignment. #85 2022-10-29 17:04:39 +02:00
comparisons
fixtures
helpers
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
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
TestZeropage.kt fix: array[x] = -value no longer crashes the codegen 2022-10-27 21:58:37 +02:00