You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
RFC and specification
parsing - mostly uses existing constructs, but possibly also want designated initializers for array elements?
analysis
codegen
tests
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: