oliverpierson / PonziScheme

Scheme in C++
0 stars 0 forks source link

PonziScheme

A toy scheme interpreter written in C++.

What it's got

Types

Special Forms

Builtin functions

What's to come

Requirements

Building

From the base directory, do:

  make
  cd src/repl
  make clean reader

There are a few tests (more to come) in test/:

  cd test
  make

Vagrant

The included Vagrantfile should provision everything correctly for building PonziScheme.