cons-lists/test
Elf M. Sternberg 54da8c6b65 Changed the list structure to not respect cons(nil, nil) == nil.
I think this is a mistake, but at the moment I'm not clever enough to
figure out how to properly acknowledge an end-of-list without a special
sentinel, which I'm trying to avoid.

TODO: Revisit this.

Modified Makefile to produce JUnit-compatible error messages.

Style (coffee-lint cleanup)
2015-06-22 17:03:21 -07:00
..
lists.coffee Changed the list structure to not respect cons(nil, nil) == nil. 2015-06-22 17:03:21 -07:00
reduce.coffee Changed the list structure to not respect cons(nil, nil) == nil. 2015-06-22 17:03:21 -07:00