prog8/compiler/test
2024-10-26 17:00:38 +02:00
..
arithmetic compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
ast unit test for defer, describe defer and if expression in docs 2024-10-22 22:19:49 +02:00
codegeneration adding @alignword/page on individual variables 2024-10-26 17:00:38 +02:00
comparisons compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
fixtures
helpers
vm
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestBuiltinFunctions.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt omit more redundant 0-initializations ("stz's") 2024-10-17 22:51:39 +02:00
TestCompilerOnExamples.kt added examples/cx16/balloonflight.p8 2024-10-13 00:51:07 +02:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestGoldenRam.kt
TestImportedModulesOrderAndOptions.kt
TestLaunchEmu.kt
TestMemory.kt adding @alignword/page on individual variables 2024-10-26 17:00:38 +02:00
TestNumbers.kt
TestNumericLiteral.kt improve automatic type conversions for return values, fixes #155 2024-10-09 20:04:05 +02:00
TestOptimization.kt omit more redundant 0-initializations ("stz's") 2024-10-17 22:51:39 +02:00
TestPtNumber.kt
TestScoping.kt
TestStringEncodings.kt
TestSubroutines.kt fixing all sorts of things about assigning arrays to arrays 2024-10-12 12:33:46 +02:00
TestSymbolTable.kt adding @alignword/page on individual variables 2024-10-26 17:00:38 +02:00
TestTypecasts.kt improve automatic type conversions for return values, fixes #155 2024-10-09 20:04:05 +02:00
TestZeropage.kt