mna / pigeon

Command pigeon generates parsers in Go from a PEG grammar.
BSD 3-Clause "New" or "Revised" License
845 stars 67 forks source link

Ignore Braces in String and Rune Literals #117

Closed mavolin closed 1 year ago

mavolin commented 1 year ago

This implements fix 1 from #115 and adds a test proving it. If I should instead implement fix 2, please say.

It builds upon #116 which should probably be merged first.

Closes #115.

breml commented 1 year ago

@mavolin thanks for the fix and sorry it took so long for me to find the time to review it and get it merged.