Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/comonadd/qlisp

Lisp interpreter implementation in C++
https://github.com/comonadd/qlisp

interpreters lisp

Last synced: about 1 month ago
JSON representation

Lisp interpreter implementation in C++

Awesome Lists containing this project

README

        

Lisp
====

Lisp implementation in C++.

## Build

```bash
./scripts/build-release.sh
```

## Usage

```bash
./Release/lisp_impl examples/basic.sh
```