This passes all the basic tests provided from Lisp In Small Pieces, chapter 3. This is a functional LiSP interpreter with limited ability and very little bug handling, but it's a solid implementation that matches the specification and passes the tests provided for the CPS interpreter. This commit does *not* provide any of the continuation variants described in the book; it is only the base interpreter. |
||
|---|---|---|
| bin | ||
| chapter-lambda-1 | ||
| chapter1 | ||
| chapter3 | ||
| test | ||
| .gitignore | ||
| LICENSE | ||
| LisperatorLanguage | ||
| Makefile | ||
| README.md | ||
| package.json | ||
README.md
Not much to see here. Just practicing a few things. If you're expecting miracles, this isn't the place for it.