Skip to content

nithinbekal/tinylisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinylisp

A tiny lisp interpreter built as I work through the book Build Your Own Lisp.

To compile, simply run make. this will generate the tinylisp executable in the same directory.