Serialization.
commit8d605d81579e67f2da62a86f57d6445f3beac497
authorDavid Lichteblau <david@lichteblau.com>
Sun, 14 Oct 2007 18:06:23 +0000 (14 20:06 +0200)
committerDavid Lichteblau <david@radon.home.lichteblau.com>
Sun, 14 Oct 2007 18:06:23 +0000 (14 20:06 +0200)
treecd67ff9359ecd7abbf4042419780cf3c287f3764
parent8cd8c1c70b931a7866c8ffe955aef579ba1f1f29
Serialization.

* closure-html.asd: Added unparse.lisp

* src/defpack.lisp (CLOSURE-HTML): Use runes and sgml; export
make-octet-vector-sink, make-octet-steam-sink, make-rod-sink,
make-character-stream-sink, make-string-sink/utf8,
make-character-stream-sink/utf8, make-string-sink,
with-html-output, with-output-sink, with-element, attribute, text,
comment;
re-export pt, pt-name, pt-children, pt-parent, pt-attrs.

* src/parse/lhtml.lisp (walk-lhtml, lhtml->pt, lhtml-reader,
dispatch-macro-character #\# #\T): moved here from pt.lisp.

* src/parse/pt.lisp (walk-lhtml, lhtml->pt, lhtml-reader,
dispatch-macro-character #\# #\T): moved away.

* src/parse/unparse.lisp: New.
closure-html.asd
src/defpack.lisp
src/parse/lhtml.lisp
src/parse/pt.lisp
src/parse/unparse.lisp [new file with mode: 0644]