keid-lang / keid

Central repository for the Keid programming language
0 stars 1 forks source link

Migrate arrays from storing length in the heap to length in the pointer #38

Closed lucasbaizer2 closed 1 year ago

lucasbaizer2 commented 1 year ago

Arrays should switch to being fat pointers. This will be useful for supporting array slices in the future.

At this point, it's probably a good idea to implement an IsWide function or something to detect if a basic/complex value is stored as a struct type.