Inspired by Haskell Parsec library.
- Author(s):
- License: BSD 3-Clause "New" or "Revised" License
- Compatible Coq versions: 8.14 or later
- Additional dependencies:
- Coq namespace:
Parsec
- Related publication(s): none
The easiest way to install the latest released version of Parsec is via OPAM:
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-parsec
To instead build and install manually, do:
git clone https://github.com/liyishuai/coq-parsec.git
cd coq-parsec
dune build
dune install