post-scarcity/src
2017-01-07 16:09:40 +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 All unit tests passing! This is slightly a fix because there is a bug with 2017-01-07 12:24:54 +00:00
consspaceobject.h Added equality operators, so that I can intern symbols. 2017-01-07 13:48:18 +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 All unit tests passing! This is slightly a fix because there is a bug with 2017-01-07 12:24:54 +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 Interning symbols (actually, not just symbols) and creating an oblist. 2017-01-07 16:09:40 +00:00
intern.h Interning symbols (actually, not just symbols) and creating an oblist. 2017-01-07 16:09:40 +00:00
print.c Added equality operators, so that I can intern symbols. 2017-01-07 13:48:18 +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 Added primitive unit testing. 2017-01-07 10:48:28 +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
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