reaver-project / vapor

Vapor is a language made as a part of the Reaver Project effort. The name has originated as a word play on a word "vaporware" - the author often called this language a "vaporlang", and later decided to keep that name.
Other
5 stars 4 forks source link

Arrays #20

Open griwes opened 6 years ago

griwes commented 6 years ago

Implement arrays, including statically and dynamically sized ones. Dependently sized ones are in plans somewhere after #29, but let's ignore that for now except in this comment.

Mildly depends on #18 (for forming the array types); depends on #33. For sanity of the full feature, needs to understand how #21 works.