dimitriv / Ziria

A domain-specific-language and compiler for low-level bitstream processing.
92 stars 18 forks source link

Codegen for non-value arrays not implemented #85

Open edsko opened 9 years ago

edsko commented 9 years ago

As part of #28 and #37 I have relaxed the AST to allow for array values with expressions (rather than values) as elements. I have updated the parser, type checker, various analyses, etc. but I have not updated the code generator.