Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 541 Bytes

File metadata and controls

24 lines (18 loc) · 541 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 5.3.0
eval `opam config env`
opam install dune ppx_deriving num
make

Build to Javascript instructions

opam install js_of_ocaml-compiler js_of_ocaml-ppx
make js