EEC-Developers / eec

Enhanced E Compiler - AmigaE programming
Other
12 stars 3 forks source link

Multi-dimensional array support #13

Closed SamuraiCrow closed 1 year ago

SamuraiCrow commented 2 years ago

E previously required pointer arithmetic to do multidimensional arrays. As a stretch goal, maybe array slices could be implemented so that processing only part of the parameter list can be done if the last 2 dimensions of a 3D array need to be passed as a parameter.

SamuraiCrow commented 1 year ago

This should be merged with #17 since E-VO already has this feature.