haskell-github-trust / replace-attoparsec

Stream editing with Haskell Attoparsec parsers
BSD 2-Clause "Simplified" License
14 stars 2 forks source link

sepEndBy' #1

Closed jamesdbrock closed 1 year ago

jamesdbrock commented 5 years ago

The parse-feed loop of attoparsec only makes sense for parsers which finish, and sepCap never finishes.

But these might make sense: https://github.com/jamesdbrock/replace-megaparsec/issues/10#issue-487237977

jamesdbrock commented 1 year ago

Added Lazy anyTill in #4