pest
pest copied to clipboard
Implementation of `one-or-more` rule
Properly implements a rule for RepOnce, instead of translating it to x ~ x*. This solves the whitespace issue described in #396.
Thanks for putting this together! As I said, I'm afraid that this might break people, but I'm willing to try to see if dependent crates pass their tests or not with this fix.
Any chance this could get updated?
revived this PR in https://github.com/pest-parser/pest/pull/878