prog8/compiler
Irmen de Jong aa949165c7 diskio.f_open_w() error handling back to what it was before
Otherwise it eats the status message. Added comment that you have to check this manually to be sure if the call succeeded or not!
2023-11-12 21:14:06 +01:00
..
res diskio.f_open_w() error handling back to what it was before 2023-11-12 21:14:06 +01:00
src/prog8 remove unused interned strings in the resulting code (for example from removed if/else blocks) 2023-11-12 05:28:24 +01:00
test fix compiler crash on certain subroutine inlining attempts. 2023-11-09 21:16:12 +01:00
build.gradle new kotest library version 2023-10-19 21:57:06 +02:00
compiler.iml fixed silly if-goto expression code in IR codegen where it used too many branching instructions 2022-12-12 22:47:15 +01:00