lispp

A Lisp interpreter in C++.


 CMakeLists.txt  |    7 +-
 README.md       |   70 ++-
 RUNME.sh        |   19 +-
 src/main.cc     |  309 +--------
 src/ob/lispp.cc | 1701 ++++++++++++++++++++++++++++++++++++++++++-
 src/ob/lispp.hh |  206 +++++-
 src/ob/term.hh  | 2286 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ob/text.hh  | 1699 ++++++++++++++++++++++++++++++++++++++++++-
 8 files changed, 5984 insertions(+), 313 deletions(-)
Back to Top