chiark / gitweb /
src/: Add commentary to the generated code.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Jan 2016 21:55:24 +0000 (21:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 14:09:03 +0000 (15:09 +0100)
commit7de8c6661211bce3a2b2739b461f33a370294979
tree6309bf4ee98a27a03dc37479066a7ef4051f680e
parente5573634ce3668f2a4eac74be125262d28a5cb8a
src/: Add commentary to the generated code.

Introduce a new `banner' instruction whose purpose is to act as section
heading in the code: a blank line is left (except at the head of a
block, hence the earlier expansion of the `format' string) and the
banner text written as a beautifully formatted comment.

The new `format' string, in `format-banner-comment', is just about
interesting enough to make up for the loss of the `block' printer.
doc/SYMBOLS
doc/clang.tex
src/builtin.lisp
src/class-output.lisp
src/codegen-proto.lisp
src/method-impl.lisp
src/method-proto.lisp