ekmett / parsers

Generic parser combinators
Other
88 stars 38 forks source link

Move notFollowedBy to LookAheadParsing? #76

Open acertain opened 5 years ago

acertain commented 5 years ago

I think notFollowedBy should be in LookAheadParsing.

The attoparsec implementation is different than the one for parsers that have lookahead.

robrix commented 4 years ago

I’d tend to agree (tho that might complicate the default definition of eof, or necessitate a non-default definition).

tscholak commented 3 years ago

perhaps this is related to #85