A simple "while"-like programming language that includes memory allocation support.
- Install opam.
- Bootstrap the OCaml compiler:
opam init
opam switch create 4.14.0 4.14.0
- Then, install the library dependencies:
git clone https://github.com/wasp-platform/whilloc.git
cd whilloc
opam install . --deps-only
- Build and install:
dune build @install
dune install