keichi / binary-parser

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

Added missing semicolons on generated code #170

Closed Rzial closed 3 years ago

Rzial commented 3 years ago

166 and #169 introduced some improper code in the context (missing semicolons). This don't cause any bug right now, however, it can cause bugs in the future.