[Bese-devel] Reader macro

Levente Mészáros levente.meszaros at gmail.com
Sun Mar 19 13:30:57 UTC 2006


Hi,

Here is a Yaclml patch for the SVG tag stuff. I moved it into a
separate package to avoid name clashes. (text)

There is also a reader macro on #< which allows to emit xml with
yaclml without predefining the tags.

#<(tag :attr 0 #<(tag2 :attr2 "val2") (iter (for a from 0 to 3) #<(tag3 :id a)))

Actually I was considering omitting the () signs:
#<tag :attr val >

but it was somewhat error prone that I had to put a space before the
closing > sign otherwise the reader treats it as part of the last
whatever.

levy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: emit-tags-and-svg.patch
Type: application/octet-stream
Size: 7160 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060319/7f519334/attachment.obj>


More information about the bese-devel mailing list