prog8/compiler/test
Irmen de Jong 8df3da11e3 add cosr8, sinr8, cosr16 and sinr16 builtin functions that take a degree 0..179 (= 0..358 in 2 degree steps)
to more easily scale halves/quarters etc of a circle than possible with the ones that take 0..255 'degrees'.
2021-11-09 23:39:26 +01:00
..
arithmetic move test 2021-03-18 19:34:54 +01:00
comparisons
fixtures
helpers
ModuleImporterTests.kt
ProjectConfig.kt
TestCallgraph.kt
TestCompilerOnCharLit.kt
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
TestCompilerOptionLibdirs.kt converting compiler module's testcases to kotest (ongoing) 2021-11-08 15:08:48 +01:00
TestImportedModulesOrderAndOptions.kt
TestMemory.kt
TestNumbers.kt
TestNumericLiteralValue.kt
TestOptimization.kt
TestPetscii.kt
TestScoping.kt
TestSubroutines.kt
ZeropageTests.kt