peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
943 stars 65 forks source link

Allow extra semicolons between rules. #366

Closed hildjj closed 1 year ago

hildjj commented 1 year ago

Fixes #346

This is probably a small generate-time slowdown, but worth it, in my opinion.

reverofevil commented 1 year ago

I'm surprised it wasn't this way to this day.