https://github.com/dentosal/minilisp
Lisp distilled, more than enough
https://github.com/dentosal/minilisp
Last synced: over 1 year ago
JSON representation
Lisp distilled, more than enough
- Host: GitHub
- URL: https://github.com/dentosal/minilisp
- Owner: Dentosal
- License: mit
- Created: 2019-04-26T00:16:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T00:27:33.000Z (about 7 years ago)
- Last Synced: 2025-01-26T06:25:33.949Z (over 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniLisp - Lisp distilled into a lovecraftian
My learning project on "Lisp" interpreter implementation in Rust. Focus on minimal and consistent language design, working interpreter and testing. Non-goals include speed, elegancy, nice error reporting and real-world use cases.
## Stdlib modules
* `logic`: Boolean logic
* `peano`: Peano integers
* `qexpr`: List functions for quoted expressions