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++
- Host: GitHub
- URL: https://github.com/comonadd/qlisp
- Owner: comonadd
- Created: 2021-03-22T14:55:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T11:47:04.000Z (over 4 years ago)
- Last Synced: 2025-05-17T07:40:41.791Z (about 1 year 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
```