prog8/compiler/test
2022-07-09 22:29:38 +02:00
..
arithmetic "not" operator removed from ast and codegen (it's been replaced with x==0 as equivalent) 2022-06-29 01:13:08 +02:00
ast
codegeneration
comparisons
fixtures
helpers
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added maze example 2022-07-09 22:00:46 +02:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens) 2022-07-02 00:38:17 +02:00
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt cleanup 2022-05-22 23:11:22 +02:00
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt
TestPtNumber.kt PtNumber can now be compared 2022-04-10 17:48:03 +02:00
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt bool logical testcase 2022-07-09 22:29:38 +02:00
ZeropageTests.kt better handling of loadAddress 2022-03-13 16:21:02 +01:00