mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.83k stars 73 forks source link

WIP: refactor: memory mapping #431

Closed Wodann closed 2 years ago

Wodann commented 2 years ago

Creates a clearer separation between the calculation of a memory mapping and the execution thereof. Also, adds support for array memory mapping.

Supported array mappings are:

Wodann commented 2 years ago

See: https://github.com/baszalmstra/mun/pull/20