haskell-github-trust / replace-attoparsec

Stream editing with Haskell Attoparsec parsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sepEndBy'

jamesdbrock opened this issue · comments

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

But these might make sense: haskell-github-trust/replace-megaparsec#10 (comment)

Added Lazy anyTill in #4