Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 279 Bytes

Scheme-interpreter

An embeddable lisp/scheme interpreter written in C++. Includes a small subset of the MIT Scheme library.

Build

$ ./setup.sh

The executable file will be in the build directory

$ cd build
$ ./scheme-repl