Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/shinkwhek/microlisp

A lisp interpreter
https://github.com/shinkwhek/microlisp

interpreter lisp lisp-interpreter programming-language readable

Last synced: 3 months ago
JSON representation

A lisp interpreter

Lists

README

        

# microlisp

[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)

Small LISP Interpreter.

## Documentation

This is a Lisp interpreter, which is so small, easy to read and understand. (no GC)

## BUILD

```console
$ cmake .

$ make
```

### RUN

```console
$ ./bin/lisp
```

### TEST

```console
$ cat test.sh | bash
```

### CLEAN

```console
$ make clean
```

## Author

Shin KAWAHARA