post-scarcity/src
Simon Brooke e968b30bbc Sorted out some interesting buglets in read and print (although there is
still one I know of). More unit tests, and all pass. Not evalling yet.

Good day's work.
2017-01-20 18:24:48 +00:00
..
conspage.c Added primitive unit testing. 2017-01-07 10:48:28 +00:00
conspage.h Reads, stores and prints numbers correctly. Reads and stores lists and 2017-01-07 02:17:54 +00:00
consspaceobject.c Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
consspaceobject.h Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
equal.c Added equality operators, so that I can intern symbols. 2017-01-07 13:48:18 +00:00
equal.h Interning symbols (actually, not just symbols) and creating an oblist. 2017-01-07 16:09:40 +00:00
init.c Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
integer.c Added equality operators, so that I can intern symbols. 2017-01-07 13:48:18 +00:00
integer.h Added equality operators, so that I can intern symbols. 2017-01-07 13:48:18 +00:00
intern.c Lisp-ops bound on oblist but not yet being used. All unit tests still pass. 2017-01-20 12:05:10 +00:00
intern.h Enough lisp operations implemented that it's now probably possible to 2017-01-13 17:40:49 +00:00
lispops.c Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
lispops.h Now have quote. Everything still seems to work. Unit tests still pass. 2017-01-20 12:27:09 +00:00
print.c Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
print.h Added first cut of reader and writer, but nothing working at this stage. 2017-01-06 22:49:04 +00:00
read.c Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
read.h Added first cut of reader and writer, but nothing working at this stage. 2017-01-06 22:49:04 +00:00
stack.c Sorted out some interesting buglets in read and print (although there is 2017-01-20 18:24:48 +00:00
stack.h Enough lisp operations implemented that it's now probably possible to 2017-01-13 17:40:49 +00:00
version.h Having found rust wasn't going to work, I've hacked up a rough core of the 2017-01-06 15:25:16 +00:00