prog8/compiler/test
2024-01-05 13:32:16 +01:00
..
arithmetic
ast boolean not expression tweaks and optimizations 2024-01-05 13:32:16 +01:00
codegeneration
comparisons
fixtures
helpers
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
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
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 fixed 'not not x' optimization to just 'x' 2024-01-04 15:02:21 +01:00
TestZeropage.kt