prog8/compiler
2022-01-27 18:05:25 +01:00
..
res increase internal buffer for diskio.list_files to be able to list larger directories 2022-01-26 03:17:33 +01:00
src/prog8 check for missing '&' in string + value expressions (can't just add a value to a string) 2022-01-24 23:30:40 +01:00
test enable more optimizations for typecasted assignments. Fixed missing codegen for assigning bytes to words in certain cases. 2022-01-27 18:05:25 +01:00
build.gradle gradle build settings tweak to avoid jdk version conflict 2021-12-04 18:36:47 +01:00
compiler.iml