|
From: Deborah H. <de...@us...> - 2001-11-30 21:47:47
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv11086 Modified Files: Object.h Sexp.h Tlisp.h Log Message: Added a Dump method to Sexp which returns a parseable representation. For the moment, this is the same as Text for everything but String; String needs to add double quotes around its content to be able to reparse it back in correctly. |