Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 523 Bytes

File metadata and controls

23 lines (17 loc) · 523 Bytes

CodeGenerator

The ACE code generator is available here.

If you want to contribute by adding an ACE code to the generator, please make a pull request on this repository.

Build instructions

sudo apt install opam
opam init
eval `opam config env`
opam switch create 4.14.1
opam install dune ppx_deriving num.1.4
make

Build to Javascript instructions

opam install js_of_ocaml-compiler js_of_ocaml-ppx
make js