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

https://github.com/comonadd/qlisp

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

interpreters lisp

Last synced: 12 months 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
```