prog8/compiler/test
2021-12-25 23:31:25 +01:00
..
arithmetic
ast test for string x and u escape sequences 2021-12-05 18:39:34 +01:00
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 moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
helpers fix compiler crash when using floats in a comparison expression 2021-12-15 01:24:25 +01:00
helpers_pathsTests.kt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
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 moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
TestCompilerOnImportsAndIncludes.kt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
TestCompilerOnRanges.kt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
TestCompilerOptionLibdirs.kt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
TestImportedModulesOrderAndOptions.kt moved all unit tests into single project to avoid dependency issues 2021-12-04 18:20:22 +01:00
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 remove unneeded var inits when an assignment is already present 2021-12-25 23:31:25 +01:00
TestPetscii.kt
TestScoping.kt
TestSubroutines.kt remove unneeded var inits when an assignment is already present 2021-12-25 23:31:25 +01:00
ZeropageTests.kt refactor machinedefinition 2021-12-04 19:07:19 +01:00