prog8/compiler/test
2021-11-19 22:49:35 +01:00
..
arithmetic
comparisons
fixtures
helpers
ModuleImporterTests.kt
ProjectConfig.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt simplified NumericLiteral to always just contain a Double instead of a Number for the value 2021-11-16 23:52:54 +01:00
TestCompilerOnExamples.kt add cosr8, sinr8, cosr16 and sinr16 builtin functions that take a degree 0..179 (= 0..358 in 2 degree steps) 2021-11-09 23:39:26 +01:00
TestCompilerOnImportsAndIncludes.kt
TestCompilerOnRanges.kt better unused variable removal 2021-11-11 03:03:21 +01:00
TestCompilerOptionLibdirs.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00
TestImportedModulesOrderAndOptions.kt
TestMemory.kt fix too aggressive removal of vars that weren't completely unused 2021-11-19 22:49:35 +01:00
TestNumbers.kt
TestNumericLiteralValue.kt fix float rounding tests 2021-11-18 22:54:49 +01:00
TestOptimization.kt fix too aggressive removal of vars that weren't completely unused 2021-11-19 22:49:35 +01:00
TestPetscii.kt
TestScoping.kt
TestSubroutines.kt fix improperly changed behavior about =0 initializer 2021-11-18 00:17:22 +01:00
ZeropageTests.kt