Rillc is a compiler program and a main component for Rill programming language.
Building and testing of rillc can be done independently under this directory.
We recommend installing these packages for development.
opam install merlin ocamlformat
opam repo add rillc-deps-opam-repo https://github.com/yutopp/rillc-deps-opam-repo.git
opam update
opam install . --deps-only --no-depexts --with-test -y --lockedopam update
opam install . --deps-only --no-depexts --with-test -y
opam lock .make buildmake test