Blank is an interpreter for the Whitespace programming language.
Blank is written in OCaml, instructions on how to install OCaml for your operating system can be found in the offical documentation.
Blank uses the Dune build system. Instructions on installing Dune can be found in the project documentation.
Once you have installed OCaml and Dune, the project can be built by running
dune build
Once built, the blank.exe
build artifact can be found in the
_build/default
directory.
The fizz-buzz.ws example program in the examples
directory can be
run using the following command:
./_build/default/blank.exe examples/fizz-buzz.ws