LispInSmallPieces/test
Elf M. Sternberg bc857b19f1 [feat] The CPS-based interpreter from Chapter 3 of LiSP, with tests.
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.
2015-07-07 19:57:35 -07:00
..
test_chapter-lambda-1.coffee Moving stuff around. Broke tests. Fixed tests. 2015-07-01 13:55:22 -07:00
test_chapter1.coffee Elf clarified test messages to distinguish interpreter cores. 2015-06-17 15:35:16 -07:00
test_chapter3.coffee [feat] The CPS-based interpreter from Chapter 3 of LiSP, with tests. 2015-07-07 19:57:35 -07:00
test_reader.coffee TEST: Add tests for the reader (!), which I had forgotten. 2015-07-03 15:47:04 -07:00