prog8/compiler
2021-05-07 00:04:29 +02:00
..
lib
res add f_open_w, f_write, f_close_w to diskio to be able to save parts of memory sequentially 2021-05-01 19:13:56 +02:00
src/prog8 fix array type checking crash when attempting to use str literal to initialize a byte array. 2021-05-07 00:04:29 +02:00
test removed support for structs. It was too much hassle and complexity and subtle bugs. 2021-04-29 00:01:20 +02:00
build.gradle strings of 1 and 2 length no longer optimized into one call to CHROUT - also upgrade to kotlin 1.5.0 2021-05-06 23:46:18 +02:00
compiler.iml created extensive comparison test suite 2021-03-18 00:50:13 +01:00