dimitriv / Ziria

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

Ticks in variable names result in ill-formed names in the generated C code #80

Open edsko opened 9 years ago

edsko commented 9 years ago

The Ziria syntax allows for variable names such as a', but C does not. We either to disallow this Ziria side (by modifying the parser) or C side (by modifying the code generator).