prog8/compiler
2021-05-26 21:32:54 +02:00
..
lib
res version bump 2021-05-20 23:38:41 +02:00
src/prog8 relax name conflict rule regarding block names vs subroutine params 2021-05-26 21:32:54 +02:00
test added @shared flag to vardecl to mark variable as shared with assembly code elsewhere, to not have it optimized away 2021-05-19 01:19:25 +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