Compiler from OCaml to AnerisLang
- OCaml 61.3%
- Rocq Prover 38.3%
- Shell 0.3%
|
|
||
|---|---|---|
| bin | ||
| lib | ||
| test | ||
| tmp | ||
| .gitignore | ||
| .ocp-indent | ||
| _builtin | ||
| dune-project | ||
| Makefile | ||
| ocaml2lang.opam | ||
| README.md | ||
| run.sh | ||
ocaml2lang
Compiler from OCaml sources to AnerisLang
How to install
Pin the ocaml2lang package:
opam pin git+https://github.com/leon-gondelman/ocaml2lang
This will produce an executable o2a. After installation succeeds, you can try o2a by doing
$ o2a --h
How to use
TODO
Credits
Special thanks to Armaël Guéneau for his kind help and explanations.