mna / pigeon

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

Ignore Braces in String and Rune Literals #117

Closed mavolin closed 10 months 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 10 months 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.