prog8/compiler
Irmen de Jong 9438e996d7 Fixed math.mul16_last_upper().
Added math.lerpw() a LERP routine for words (to complement the existing math.lerp() for bytes)
Described the LERP routines in the library chapter in the docs.
2024-11-12 18:31:24 +01:00
..
res Fixed math.mul16_last_upper(). 2024-11-12 18:31:24 +01:00
src/prog8 now also support using defer inside if statements 2024-11-12 00:11:19 +01:00
test renamed gfx_hires4 module to just gfx_hires 2024-11-12 17:48:35 +01:00
build.gradle
compiler.iml