dimitriv / Ziria

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

>>> operator parsing? #47

Closed dimitriv closed 9 years ago

dimitriv commented 9 years ago

the following:

read [int] >> write [int]

which involves a typo, does not fail during parsing but much later. At least in feature/cleanup-comp-parser.

edsko commented 9 years ago

@dimitriv Please merge branch issue/47 (this relies on my previous parser changes).