Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 417 Bytes

Peg Thing - Ocaml

A toy program as an exercise to get familiar with Ocaml. Based by following the example from the Clojure for the Brave and True book available here.

The project uses dune to manage the build:

  • dune build to build everything.
  • dune exec bin/main.exe to start the game.
  • dune runtest to run the tests (written using ounit2).