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: fix memory slabs (bsieve example) 2022-09-27 16:32:44 +02:00
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 simplify & fix recursion detector 2022-07-22 22:22:43 +02:00
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added cx16/diskspeed example 2022-11-14 17:55:55 +01:00
TestCompilerOnImportsAndIncludes.kt logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
TestCompilerOnRanges.kt logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
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 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 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