C++ Lisp Interpreter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Rain Mark 4b400d6146 add some utils func 4 years ago
example add some utils func 4 years ago
.gitignore impl lispoo 4 years ago
LICENSE Initial commit 4 years ago
README.md add png 4 years ago
build.sh impl lispoo 4 years ago
core.h add some utils func 4 years ago
lispoo.cpp add some utils func 4 years ago
lispoo.h add some utils func 4 years ago
lispoo.png add png 4 years ago

README.md

lispoo

Code Oops Lisp Interpreter

build

$ ./build.sh

example

lispoo.png

$ ./lispoo example/lambda.lisp
(6)(18)

$ ./lispoo example/prog.lisp
(3)(2)(1)(2)(1)

$ ./lispoo example/quote.lisp
("false")((+ 1 2))