dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
7 stars 0 forks source link

Support multi-dimensional arrays #38

Open dplassgit opened 3 years ago

dplassgit commented 3 years ago

First iteration will be 1D arrays.

dplassgit commented 2 years ago

Parser, static checker might be OK; il code gen, nasm code gen (big changes, but many hooks already in place)