chiark / gitweb /
src/: Improve handling of declarations in macros.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:17:33 +0000 (11:17 +0100)
commitb8c698eeb25ff564145079e4310b0bd71f84155b
tree7dc87d6024c64b1cc377a685c5349d88c276d85c
parent11e41ddf86b4ee793f44fc0e39cb4c1869335b14
src/: Improve handling of declarations in macros.

Teach `parse-body' to be able to parse only declarations or only
documentation.  Use this in macros with convoluted internal binding
structure.
src/codegen-proto.lisp
src/parser/scanner-proto.lisp
src/pset-proto.lisp
src/utilities.lisp