keichi / binary-parser

A blazing-fast declarative parser builder for binary data
MIT License
864 stars 134 forks source link

Removed typo on code generation #171

Closed Rzial closed 3 years ago

Rzial commented 3 years ago

This typo can cause some bugged parsers on certain conditions. For example, an array parsing before a choice parsing

keichi commented 3 years ago

Looks good, thanks!