Open acertain opened 5 years ago
I think notFollowedBy should be in LookAheadParsing.
notFollowedBy
The attoparsec implementation is different than the one for parsers that have lookahead.
I’d tend to agree (tho that might complicate the default definition of eof, or necessitate a non-default definition).
eof
perhaps this is related to #85
I think
notFollowedBy
should be in LookAheadParsing.The attoparsec implementation is different than the one for parsers that have lookahead.