prog8/compiler
Irmen de Jong 5731b79554 don't allow problematic string and array assignments anymore, improve error messages.
In certain cases you will need to use string.copy() explicitly to overwrite strings with new strings.
2024-10-09 00:51:05 +02:00
..
res don't allow problematic string and array assignments anymore, improve error messages. 2024-10-09 00:51:05 +02:00
src/prog8 don't allow problematic string and array assignments anymore, improve error messages. 2024-10-09 00:51:05 +02:00
test scan all asmsubs to see if another subroutine is referenced. Fixes #153 2024-10-07 20:39:49 +02:00
build.gradle
compiler.iml