Mention faster-megaparsec in the readme

This commit is contained in:
olafklinke 2023-06-22 11:59:52 +02:00 committed by Mark Karpov
parent b8935f7cb8
commit 18c542f013
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -282,6 +282,8 @@ you want to add something to the list):
[TagSoup](https://hackage.haskell.org/package/tagsoup) as a token type in
Megaparsec.
* [`parser-combinators`](https://hackage.haskell.org/package/parser-combinators)—provides permutation and expression parsers [previously bundled with Megaparsec](https://markkarpov.com/post/megaparsec-7.html#parsercombinators-grows-megaparsec-shrinks).
* [`faster-megaparsec`](https://hackage.haskell.org/package/faster-megaparsec)—speeds up parsing
by trying a simple `MonadParsec` instance and falls back to `ParsecT` to report errors.
## Prominent projects that use Megaparsec