shinkwhek / microlisp

A lisp interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A lisp interpreter

License:MIT License


Languages

Language:C 81.1%Language:Scheme 12.1%Language:Shell 6.3%Language:CMake 0.5%