Thanks to visit codestin.com
Credit goes to github.com

Skip to content

emichael/PeaCoq

 
 

Repository files navigation

PeaCoq

Building PeaCoq

To build PeaCoq, first ensure you have a recent GHC (at least 7.10), and Coq 8.4. Ensure that coqtop is somewhere in your PATH. You will also need wget to fetch all the necessary JavaScript libraries.

Once all dependencies are satisfied, the following sequence of commands should download and build PeaCoq:

  $ git clone https://github.com/Ptival/PeaCoq.git
  $ cd PeaCoq
  $ ./setup.sh
  $ cabal install

Running PeaCoq

  peacoq -p <PORT>

Then open http://localhost:<PORT> to start using PeaCoq! You can also navigate your browser to http://localhost:<PORT>/<FILE>.html to access web/<FILE>.html from this repo.

About

PeaCoq is a pretty Coq, isn't it?

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.5%
  • Rocq Prover 40.6%
  • HTML 5.7%
  • Haskell 3.9%
  • Python 3.8%
  • Yacc 1.3%
  • Other 3.2%