prog8/compiler/test
Irmen de Jong 2da35fec17 remove requirement to end subroutine with an EOL, so oneliners are now possible
main { sub start() { cx16.r0++ cx16.r1++ } }
2024-09-01 20:55:43 +02:00
..
arithmetic
ast remove requirement to end subroutine with an EOL, so oneliners are now possible 2024-09-01 20:55:43 +02:00
codegeneration fix syslib importing for raw outputs. fixes #144 2024-08-19 13:33:02 +02:00
comparisons
fixtures
helpers removed the -nostrictbool compiler option 2024-09-01 20:53:39 +02:00
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt removed the -nostrictbool compiler option 2024-09-01 20:53:39 +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
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