prog8/compiler/test
2022-01-24 18:58:57 +01:00
..
arithmetic
ast
codegeneration fix compiler crash when initializing an array var with another array var 2022-01-23 14:23:34 +01:00
comparisons
fixtures
helpers
helpers_pathsTests.kt
ModuleImporterTests.kt
ProjectConfig.kt
TestAstChecks.kt now correctly requires using & (address-of) when assigning the address of a label or subroutine, used to generate invalid code when it was omitted 2022-01-23 02:23:30 +01:00
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt API change: added alignment parameter to memory() function 2022-01-24 18:58:57 +01:00
TestNumbers.kt fixed compiler crash when assigning number larger than 65535 2022-01-23 01:44:16 +01:00
TestNumericLiteralValue.kt
TestOptimization.kt fixed compiler crash when assigning number larger than 65535 2022-01-23 01:44:16 +01:00
TestPetscii.kt
TestPipes.kt
TestScoping.kt
TestSubroutines.kt
TestTypecasts.kt fixed compiler recursion crash when returning certain typecasted value 2022-01-23 19:13:20 +01:00
ZeropageTests.kt