Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.83 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.83 KB

Parsec

Docker CI

Inspired by Haskell Parsec library.

Meta

Building and installation instructions

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