/byol

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

byol

Implementary code for the project/course given in the Build Your Own Lisp book. The c directory contains a verbatim implementation of the Lisp described in the book. The go directory contains a superset of it. Also serves as good demonstration for some of the libraries I've written over the past year and a half.

Building

Should be as easy as make (c|go)* (using regex syntax for brevity, not literally).