Skip to content

progbits/blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank

Blank is an interpreter for the Whitespace programming language.

Getting Started

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.

Example Usage

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

Releases

No releases published

Packages

No packages published

Languages