Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 278 Bytes

Lispy

Model parser and interpreter for a very simple lisp-like language.

Lispy is intended to demonstrate how an interpreter is implemented. It isn't intended to be used as a "real" Lisp. Lispy demonstrates a working interpreter with useful error-handling features.