I changed several of the tests to use this; hopefully I didn't reduce test coverage, since for instance, the logic for dealing with literal arrays in function bodies vs as arguments is completely different. The "index array" test covers some of this, but maybe there should also be another test to show that nested arrays work like in the "matrix multiplication" example.
Resolves #79.
I changed several of the tests to use this; hopefully I didn't reduce test coverage, since for instance, the logic for dealing with literal arrays in function bodies vs as arguments is completely different. The
"index array"
test covers some of this, but maybe there should also be another test to show that nested arrays work like in the"matrix multiplication"
example.