mason-anderson / scheme

a scheme interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

a scheme interpreter


Languages

Language:Haskell 93.4%Language:Scheme 6.6%