name: parsec description: Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented (on the package homepage), has extensive libraries, good error messages, and is fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type. The main entry point is the Text.Parsec module which provides defaults for parsing Character data. The Text.ParserCombinators.Parsec module hierarchy contains the legacy parsec-2 API and may be removed at some point in the future. license_spdx: BSD-2-Clause version: 3.1.15.0 spec_version: 1.0 download_url: http://hackage.haskell.org/package/parsec-3.1.15.0/parsec-3.1.15.0.tar.gz home_url: https://github.com/haskell/parsec news_url: https://libraries.io/hackage/parsec/versions.atom date: 2021-11-20 about_resource: NONE libraries_io_url: https://libraries.io/hackage/parsec?number=3.1.15.0 vcs_tool: git vcs_repository: https://github.com/haskell/parsec vcs_branch: master