/scheme

a scheme interpreter

Primary LanguageHaskell

Scheme Interpreter

An interpreter for scheme based off the 'write you a scheme version 2' book. It (hopefully) follows the official scheme standard more closely.

run

Build the project with cabal build.

Run the repl with scheme and run a file with scheme file.scm.