zilch-lang / nstar

The compiler for N⋆, a statically typed assembly language used as a compiler backend for Zilch
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Merge work about sections and pointer offsets #42

Closed Mesabloo closed 3 years ago

Mesabloo commented 3 years ago

Implements working basic sections (code and data, but this can easily be extended to others) as described in #19, #40 and #2.

Summary of the PR:

This PR also adds marginal functionalities such as:

Once all of this is done, the PR can be merged.