Constructor-preliminaries
Some preliminary utilities used by the XDOC constructors.
These are independent from the XDOC constructors,
but we introduce them here
to keep the XDOC constructor utilities self-contained.
Subtopics
- Partition-macro-args
- Partition the arguments of a macro into a list and an alist.
- String-downcase$
- A variant of common-lisp::string-downcase applicable to any string.
- Keyword-macro-args-to-terms
- Turn the keyword arguments of a macro into terms.
- String-escape
- Escape certain characters in a string, using backslashes.
- *newline*
- The string consisting of exactly the newline character.