Skip to content

Latest commit

 

History

History

c

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

miniLisp

just a simple lisp interpreter written in c

Compile

$ cd src
$ make

Usage

$ ./minilisp # REPL
$ ./minilisp [program1.lsp program2.lsp ...]

Test

$ ./test.sh

Reference

怎样写一个解释器