microlisp Small LISP Interpreter. Documentation This is a Lisp interpreter, which is so small, easy to read and understand. (no GC) BUILD $ cmake . $ make RUN $ ./bin/lisp <file> TEST $ cat test.sh | bash CLEAN $ make clean Author Shin KAWAHARA