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
- Host: GitHub
- URL: https://github.com/progval/coq_of_caml
- Owner: progval
- License: bsd-3-clause
- Created: 2014-06-20T16:45:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T07:54:27.000Z (about 11 years ago)
- Last Synced: 2025-02-12T05:15:09.419Z (4 months ago)
- Language: OCaml
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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