zevv / npeg

PEGs for Nim, another take
MIT License
330 stars 22 forks source link

Allow capturing on the LHS of a rule definition #26

Closed Clyybber closed 3 years ago

Clyybber commented 3 years ago

The tests inlcude a few examples; this might seem like a weird extension, but I feel like this helps with readability in some cases since you can tell what is being captured just by looking at the LHS of the PEG.

Clyybber commented 3 years ago

Merged secretely :p