prog8/compiler/test
2022-11-16 01:39:34 +01:00
..
arithmetic replace rnd()/rndw() builtin functions by regular routines in math module 2022-10-22 17:02:43 +02:00
ast make uword xx = 1<<shift into a word shifting 2022-11-16 01:39:34 +01: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 clearer error for VM limitation cannot load label address as value 2022-11-12 13:45:02 +01:00
helpers_pathsTests.kt ir: fix inlineasm linking 2022-10-31 23:59:33 +01:00
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 consolidating modules 2022-03-11 20:45:39 +01:00
TestCompilerOnExamples.kt added cx16/diskspeed example 2022-11-14 17:55:55 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt ir: fix inlineasm linking 2022-10-31 23:59:33 +01:00
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt p8ir file format is now valid XML 2022-11-11 23:35:52 +01:00
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 ir: uninitialized vars remain empty, bss section classifier (unused for now as there are no segements yet) 2022-09-28 16:56:50 +02:00
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