Home

Awesome

lisp1k

Interpreter for a minimal LISP-like language (in 1k lines of C)

Quick start

To build and test the interpreter, just type:

make

./lisp <test.lisp

Structure

The interpreter consists of four C files:

In the interest of keeping things simple, only the most basic functionality is implemented.