Package: alexandria

Function parse-body

Lambda List

parse-body (body &key documentation whole)

Details

Parses body into (values remaining-forms declarations doc-string). Documentation strings are recognized only if documentation is true. Syntax errors in body are signalled and whole is used in the signal arguments when given.
2012-12-9