cqcallaw / newt

The newt programming language
GNU General Public License v3.0
12 stars 2 forks source link

Test array declaration that initializes array by referencing existing array #30

Open cqcallaw opened 8 years ago

cqcallaw commented 8 years ago

This is not currently possible to test fully because in the current implementation array index assignment makes every array operation a copy operation. Consequently, this task is related to #15