An open API service indexing awesome lists of open source software.

https://github.com/progval/coq_of_caml

Basic caml to coq converter. Under development
https://github.com/progval/coq_of_caml

Last synced: 3 months ago
JSON representation

Basic caml to coq converter. Under development

Awesome Lists containing this project

README

        

*This is currently under development*

Converter of basic Caml code into a Coq program.

# How to compile?

We use OCaml's parser for parsing programs. For that, you first have to
download it. Then you can compile.

For that, only two commands are needed:

./get_parser.sh
make