Lisp concrete syntax -- was: Namespaces and DTDs
Rick Jelliffe
ricko at allette.com.au
Tue Mar 16 01:22:58 GMT 1999
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 at ic.ac.uk
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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list