prog8/virtualmachine
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
..
src/prog8/vm remove support for array-to-array assignments (other than initialization of variable declaration) 2024-10-13 20:02:43 +02:00
test IR: fix some things related to asmsubs 2024-03-22 21:49:01 +01:00
build.gradle improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
virtualmachine.iml improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00