keichi / binary-parser

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

Added parsing context to `.readUntil()` and `.formatter()` #168

Closed Rzial closed 3 years ago

Rzial commented 3 years ago

This PR address the problem pointed out in #167

keichi commented 3 years ago

Thanks!