Closed jamesdbrock closed 1 year ago
The parse-feed loop of attoparsec only makes sense for parsers which finish, and sepCap never finishes.
parse
feed
sepCap
But these might make sense: https://github.com/jamesdbrock/replace-megaparsec/issues/10#issue-487237977
Added Lazy anyTill in #4
anyTill
The
parse
-feed
loop of attoparsec only makes sense for parsers which finish, andsepCap
never finishes.But these might make sense: https://github.com/jamesdbrock/replace-megaparsec/issues/10#issue-487237977