/scm

A rudimentary implementation of Scheme

Primary LanguageGoMIT LicenseMIT

scm

A rudimentary implementation of Scheme.

Compile

Compile the program using the go toolchain and make. This would create the scm binary inside the bin directory

$ make

Usage

After compiling, run a Scheme program by creating a file and running the interpreter with this file:

./bin/scm test.scm