prog8/compiler
Irmen de Jong 755cc4835e \n (newline) now also maps to Petscii $0d (return), like \r.
It used to map to $8d (shift-return)
2023-09-29 01:49:15 +02:00
..
res diskio module: set correct read or write i/o channel every time f_read or f_write is called 2023-09-28 23:39:37 +02:00
src/prog8 fix c64 zp test and improve error for text encoding problem 2023-09-29 01:25:05 +02:00
test \n (newline) now also maps to Petscii $0d (return), like \r. 2023-09-29 01:49:15 +02:00
build.gradle update to Antlr 4.13.1 2023-09-14 21:11:55 +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