We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
purescript-parsing/src/Text/Parsing/Parser/Combinators.purs
Lines 210 to 214 in 223f66b
This seems different from the way that Parsec and Megaparsec work? They consume input in case of failure.
https://hackage.haskell.org/package/megaparsec-9.2.0/docs/Text-Megaparsec.html#v:lookAhead
https://hackage.haskell.org/package/parsec-3.1.15.0/docs/Text-Parsec.html#v:lookAhead
See also purescript-contrib/purescript-string-parsers#73
The text was updated successfully, but these errors were encountered:
https://markkarpov.com/tutorial/megaparsec.html#notfollowedby-and-lookahead
Sorry, something went wrong.
No branches or pull requests
purescript-parsing/src/Text/Parsing/Parser/Combinators.purs
Lines 210 to 214 in 223f66b
This seems different from the way that Parsec and Megaparsec work? They consume input in case of failure.
https://hackage.haskell.org/package/megaparsec-9.2.0/docs/Text-Megaparsec.html#v:lookAhead
https://hackage.haskell.org/package/parsec-3.1.15.0/docs/Text-Parsec.html#v:lookAhead
See also purescript-contrib/purescript-string-parsers#73
The text was updated successfully, but these errors were encountered: