degory / ghul

compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4 stars 0 forks source link

CIL assembler for array instantiation #263

Open degory opened 4 years ago

degory commented 4 years ago

Array instantiation in the CLI requires a newarr <elem-type> instruction, rather than newobj <type> and so will require a new innate operation.

degory commented 3 years ago

Compiler supports array instantiation via literals, which is sufficient for bootstrap. Moving out of the the bootstrap milestone