Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Lisp interpreter implementation in C++
- Host: GitHub
- URL: https://github.com/comonadd/qlisp
- Owner: comonadd
- Created: 2021-03-22T14:55:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T11:47:04.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T04:44:30.620Z (3 months ago)
- Topics: interpreters, lisp
- Language: C++
- Homepage:
- Size: 130 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```