/tamtaml

Mini ML implementation

Primary LanguageOCamlGNU General Public License v3.0GPL-3.0

TamTaML

An implementation of a small ML-like language

Dependencies

dune, menhir

Compiling

Compile the program with dune build

The executable will be located in the _build folder.

You may also run the program with dune exec ./main.exe