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
14 stars 3 forks source link

Added `manyMap` and `someMap` combinators #19

Closed j-mie6 closed 10 months ago

j-mie6 commented 10 months ago

Closes #12 by implementing the mentioned combinators, which can be used to parse directly into monoidal and semigroupal structures.