prog8/compiler
Irmen de Jong e9edffa9f0 remove support for array-to-array assignments (other than initialization of variable declaration)
Just use an explicit sys.memcopy(src, dest, sizeof(dest))  or assign array members individually.
2024-10-13 20:02:43 +02:00
..
res optimize monogfx.fill() 2024-10-12 17:18:00 +02:00
src/prog8 remove support for array-to-array assignments (other than initialization of variable declaration) 2024-10-13 20:02:43 +02:00
test remove support for array-to-array assignments (other than initialization of variable declaration) 2024-10-13 20:02:43 +02:00
build.gradle
compiler.iml