prog8/compiler/test
2024-01-07 02:34:05 +01:00
..
arithmetic
ast tweak some not optimizations 2024-01-05 17:49:56 +01:00
codegeneration
comparisons
fixtures
helpers added -printast1 and -printast2 command line options 2024-01-01 22:48:19 +01:00
vm fixed 'not not x' optimization to just 'x' 2024-01-04 15:02:21 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added -printast1 and -printast2 command line options 2024-01-01 22:48:19 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt fix data type difference error on range from and to values 2024-01-03 21:46:22 +01:00
TestCompilerOptionLibdirs.kt added -printast1 and -printast2 command line options 2024-01-01 22:48:19 +01:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt
TestOptimization.kt boolean not expression tweaks and optimizations 2024-01-05 13:32:16 +01:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt optimize /256 more, and fixed a unsigned byte word cast error 2024-01-07 02:34:05 +01:00
TestZeropage.kt