mirror of https://github.com/RainMark/lispoo.git
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.
226 B
226 B
lispoo
Code Oops Lisp Interpreter
build
$ ./build.sh
example
$ ./lispoo example/lambda.lisp
(6)(18)
$ ./lispoo example/prog.lisp
(3)(2)(1)(2)(1)
$ ./lispoo example/quote.lisp
("false")((+ 1 2))