j-mie6 / gigaparsec

Refreshed parsec-style library for compatibility with Scala parsley
https://j-mie6.github.io/gigaparsec/
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Filtering Combinators #18

Closed j-mie6 closed 10 months ago

j-mie6 commented 1 year ago

Some of the core filtering combinators are still missing, those found in parsley.errors.combinator. This may require #17 to be fully functional, as some small bugs may persist through the implementation. We'll want to port the ErrorGen ideas from Parsley into here, which will also help enable #5

j-mie6 commented 10 months ago

completed in #24