prog8/compiler/test
2024-01-04 23:45:46 +01:00
..
arithmetic
ast
codegeneration
comparisons
fixtures allow more curly brace styles 2023-06-27 01:59:22 +02:00
helpers added -printast1 and -printast2 command line options 2024-01-01 22:48:19 +01:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt RPN: better handling of bit shifts 2023-03-21 02:58:26 +01:00
TestAstChecks.kt fix some unicode identifier issues 2023-12-05 17:38:23 +01:00
TestBuiltinFunctions.kt
TestCallgraph.kt some cleanups 2023-02-09 02:34:18 +01:00
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt improve the way %option merge works, you can now merge your own code with library code for instance. 2023-11-14 23:04:13 +01:00
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt some tweaks to errors about long integer literals 2023-12-03 02:45:26 +01:00
TestNumericLiteral.kt
TestOptimization.kt apply De Morgan's laws for logical not, results in smaller code 2024-01-04 23:45:46 +01:00
TestPtNumber.kt better error message when attempting to cast a float to integer 2023-12-15 22:28:06 +01:00
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt fix an array literal assignment type error for word arrays 2023-05-30 22:46:37 +02:00
TestSymbolTable.kt
TestTypecasts.kt fixed 'not not x' optimization to just 'x' 2024-01-04 15:02:21 +01:00
TestZeropage.kt