Skip to content

liyishuai/coq-parsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
make   # or make -j <number-of-cores-on-your-machine> 
make install

About

Monadic parser combinator library in Coq

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project