prog8/compiler/test
2022-06-13 01:37:16 +02:00
..
arithmetic api change: removed swap() builtin function (too complex in codegen for little used function) 2022-06-06 16:01:11 +02:00
ast Pipe expression "|>" removed from the language 2022-06-12 18:41:42 +02:00
codegeneration fix assembly generation error when pipe character is part of string literal 2022-06-04 22:25:51 +02:00
comparisons
fixtures
helpers
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.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 properly optimize X - -1 and X + -1, this also fixes type change of ubyte - 2 + 10 2022-06-05 15:35:29 +02:00
TestOptimization.kt logical operators now always return a boolean byte result, instead of sometimes word type as well 2022-06-13 01:37:16 +02:00
TestPtNumber.kt
TestScoping.kt added unit test for name shadowing warning 2022-06-04 21:35:48 +02:00
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
ZeropageTests.kt