prog8/compiler/test
2021-12-16 20:36:05 +01:00
..
arithmetic
ast
codegeneration fix position of @shared in array var declarations so that the order is now type[] @shared 2021-12-16 20:36:05 +01:00
comparisons
fixtures
helpers fix compiler crash when using floats in a comparison expression 2021-12-15 01:24:25 +01:00
helpers_pathsTests.kt
ModuleImporterTests.kt fix compiler crash when using floats in a comparison expression 2021-12-15 01:24:25 +01:00
ProjectConfig.kt
TestAstChecks.kt fix compiler crash when using floats in a comparison expression 2021-12-15 01:24:25 +01:00
TestCallgraph.kt
TestCompilerOnCharLit.kt
TestCompilerOnExamples.kt
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt
TestCompilerOptionLibdirs.kt
TestImportedModulesOrderAndOptions.kt
TestMemory.kt
TestNumbers.kt implicit int to float conversion is now an error if floats are not enabled. 2021-12-15 01:52:28 +01:00
TestNumericLiteralValue.kt
TestOptimization.kt
TestPetscii.kt
TestScoping.kt
TestSubroutines.kt code size optimization: subroutine calls with 1 int arg will pass it via register instead of separate param assignment at every call site 2021-12-16 00:56:59 +01:00
ZeropageTests.kt