kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
805 stars 95 forks source link

Applying parslet alternatives with various length #219

Open mico opened 2 years ago

mico commented 2 years ago

I faced the problem with mixing parslets with unpredictable match length (never know which parslet will be longer). I made an example and solution for this case you can see in pull request #218

kschiess commented 1 year ago

Brilliant, thanks!