Skip to content

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

License

Notifications You must be signed in to change notification settings

nzyuzin/minischeme

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published