prog8/codeGeneration
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
..
src/prog8/compiler/target 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
test migrated codeGeneration module to KoTest 2021-11-07 15:40:05 +01:00
build.gradle migrated compilerAst module to KoTest (but not finished with the assertions yet) 2021-11-07 17:25:53 +01:00
codeGeneration.iml fix compiler crash where it used wrong datatype in split assignment 2021-11-09 01:13:23 +01:00