microparsec icon indicating copy to clipboard operation
microparsec copied to clipboard

Implement common combinators from Text.Parsec.Combinator

Open schneiderfelipe opened this issue 3 years ago • 0 comments

Or find alternatives:

  • [x] optional
  • [x] between
  • [x] many1
  • [x] sepBy
  • [x] sepBy1
  • [ ] choice
  • [ ] option
  • [ ] optionMaybe
  • [ ] skipMany1
  • [ ] sepEndBy1
  • [ ] sepEndBy
  • [ ] endBy1
  • [ ] endBy
  • [ ] count
  • [ ] chainr
  • [ ] chainl
  • [ ] chainl1
  • [ ] chainr1

Code can be found here.

schneiderfelipe avatar Jun 21 '21 18:06 schneiderfelipe