[Home] [By Thread] [By Date] [Recent Entries]
You can make LISP into SGML by short-reffing
( to "<sexp><car>"
) to "</sexp>"
allowing end-tag ommission on the car element and cdr element type,
and within a car element type, short-ref white-space to "</car><cdr>".
Depending on the kind of LISP, you may need to also handle
quotes and other delimiters, to taste.
This marks up
(+ 1 1)
as
<sexp><car>+</car><cdr>1 1</cdr></sexp>
which is a nice start for parsing. (If you think cad and cdr
would be confusing, use some other name.)
You could indeed continue this and get
<sexp>
<car>+</car>
<cdr><car>1</car><cdr>1</cdr></cdr>
</sexp>
Rick Jelliffe
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



