@hackage parsnip0
A fast, minimal parser
Categories
License
(BSD-2-Clause OR Apache-2.0)
Maintainer
Edward Kmett <ekmett@gmail.com>
Links
Versions
- 0 Wed, 24 Mar 2021
Installation
Dependencies (7)
- base >=4.15 && <5
- bytestring
- containers
- ghc-prim
- primitive
- attoparsec Show all…
Dependents (0)
parsnip
This is a rather minimal parsing library for applications that do not need nice error messages.
Use with a library like parsers
or parser-combinators
to fill in the missing functionality.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett