prog8/compiler/test
2024-09-06 15:21:29 +02:00
..
arithmetic Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
ast remove requirement to end subroutine with an EOL, so oneliners are now possible 2024-09-01 20:55:43 +02:00
codegeneration Fix compiler crash in for loops with just 1 iteration 2024-09-05 21:26:46 +02:00
comparisons Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
fixtures
helpers removed the -nostrictbool compiler option 2024-09-01 20:53:39 +02:00
vm Get rid of any() and all() builtin functions. 2024-07-06 18:49:03 +02:00
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt added cx16/life.p8 example (Conway's game of life) 2024-09-06 15:21:29 +02:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt removed the -nostrictbool compiler option 2024-09-01 20:53:39 +02:00
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteral.kt half width katakana conversion 2024-08-21 18:51:34 +02:00
TestOptimization.kt Get rid of sort() and reverse() builtin functions. 2024-07-06 17:07:58 +02:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt half width katakana conversion 2024-08-21 18:51:34 +02:00
TestSubroutines.kt
TestSymbolTable.kt
TestTypecasts.kt
TestZeropage.kt