https://github.com/halflinghelper/clispy
https://github.com/halflinghelper/clispy
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halflinghelper/clispy
- Owner: HalflingHelper
- Created: 2024-06-20T22:00:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T01:48:09.000Z (almost 2 years ago)
- Last Synced: 2025-05-31T08:30:03.426Z (10 months ago)
- Language: C
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clispy
My implementation of the lisp detailed in [Build Your Own Lisp](https://buildyourownlisp.com).
The current state of the language covers the first 14 chapters of the book, but I hope to
finish the tutorial and begin adding my own improvements to the language.
## Areas for Improvement
- Better Error Reporting (as implemented in chapter 11)
- Refactor to be more maintainable
- Write Tests