Revamped markup class hierarchy
commita70b94a7f4f32b02d95c5515ebcb677e25e1ddb6
authorDavid Lichteblau <david@lichteblau.com>
Thu, 25 Dec 2008 12:12:00 +0000 (25 13:12 +0100)
committerDavid Lichteblau <david@radon.(none)>
Thu, 25 Dec 2008 12:12:00 +0000 (25 13:12 +0100)
tree79b1025a9b0bcd3d416dcc5231033c410880e043
parentffbf03836fd686b7ad94bcbf992850d1f84796fa
Revamped markup class hierarchy

... many more classes, vaguely inspired by HTML, atdoc, texinfo, etc.

... markup all the way down: paragraph has markup children now, not strings

... new sexp functions to translate from clos to lists and back

also in this commit:

... use iterate, not loop

... always use c2mop, SBCL doesn't get special treatment here
annotation-plist.lisp
classes.lisp
package.lisp
parse-docstrings.asd
parse-docstrings.lisp
sexp.lisp [new file with mode: 0644]
syntax-plugins/syntax-sbcl.lisp