kursjan / petitparser2

A high-performance top-down parser
MIT License
41 stars 17 forks source link

Missing #withoutSeparators #52

Closed jecisc closed 4 years ago

jecisc commented 4 years ago

I am trying to migrate a parser from PP1 to PP2. In PP1 we have PParser>>#withoutSeparators that is not present in PP2.

jecisc commented 4 years ago

A direct migration seems to work.