https://github.com/hellerve/hiss
A REPL for a Lisp-like language - because why not
https://github.com/hellerve/hiss
Last synced: 9 months ago
JSON representation
A REPL for a Lisp-like language - because why not
- Host: GitHub
- URL: https://github.com/hellerve/hiss
- Owner: hellerve
- Created: 2014-12-04T14:47:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-29T19:23:44.000Z (over 10 years ago)
- Last Synced: 2025-04-05T22:43:47.329Z (12 months ago)
- Language: C
- Size: 523 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hiss
----
**DISCLAIMER:** This was a preproject for my programming language. The real deal can be found [here](github.com/zepto-lang/zepto).
A custom, minimal Lisp. The name is both derived from the lisping sound and stands for "Highly Interesting Scribbling Subject".
It is not anything yet. But it should compile and run fine.
It uses a slightly modified version of [orangeduck's excellent mpc](https://github.com/orangeduck/mpc) internally for parsing and editline for the REPL mode. Everything else is broken, because I had to write it.