Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 784 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 784 Bytes

Whilloc Build Coverage Status

A simple "while"-like programming language that includes memory allocation support.

Built from source

  • 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