/minischeme

An implementation of a subset of Scheme with an aim to match R5RS eventually

Primary LanguageOCamlGNU General Public License v3.0GPL-3.0

Minischeme

An implementation of a subset of Scheme programming language

Dependencies

ocamlopt, ocamlc

Compiling

Compile the program with make release for the release version or with make debug for the development version. Both these commands will result in an executable file that will launch the interpreter.

To compile the program for tests, run make test