prog8/compiler/test
2021-11-20 18:30:55 +01:00
..
arithmetic move test 2021-03-18 19:34:54 +01:00
comparisons fix bugs in word <= and >= comparisons 2021-03-18 19:20:48 +01:00
fixtures comments 2021-10-19 01:12:28 +02:00
helpers discovered crash related to float typecasting in asm assignment codegen 2021-11-09 03:45:07 +01:00
ModuleImporterTests.kt remove unimportant empty tests 2021-11-08 17:00:10 +01:00
ProjectConfig.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00
TestCallgraph.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00
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 converting compiler module's testcases to kotest assertions 2021-11-08 16:14:22 +01:00
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 converting compiler module's testcases to kotest assertions 2021-11-08 16:14:22 +01:00
TestMemory.kt fix referencesIdentifier() and better removal of unnecessary assignments 2021-11-20 17:41:41 +01:00
TestNumbers.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00
TestNumericLiteralValue.kt fix float rounding tests 2021-11-18 22:54:49 +01:00
TestOptimization.kt give a nicer error when given a wrong compilation target. 2021-11-20 18:30:55 +01:00
TestPetscii.kt converting compiler module's testcases to kotest assertions 2021-11-08 16:14:22 +01:00
TestScoping.kt converting compiler module's testcases to kotest assertions 2021-11-08 16:14:22 +01:00
TestSubroutines.kt fix referencesIdentifier() and better removal of unnecessary assignments 2021-11-20 17:41:41 +01:00
ZeropageTests.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00