Skip to content

shinkwhek/microlisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microlisp

MIT License

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