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.
./setup.shThis creates a local opam switch in _opam/ (OCaml 5.3.0), installs dependencies, and builds the native and JavaScript targets. A local switch keeps the compiler and packages inside this repository and does not change your global opam setup.
From this directory, later rebuilds use that local switch:
make
make js
make seedjsIf the build is broken or you want a fresh install, wipe the local switch and _build, then set up again:
./clean.sh
./setup.sh