Go to the first, previous, next, last section, table of contents.


readtable [System Class]

Class Precedence List::

readtable, t

Description::

A readtable maps characters into syntax types for the Lisp reader; see section Syntax. A readtable also contains associations between macro characters and their reader macro functions, and records information about the case conversion rules to be used by the Lisp reader when parsing symbols.

Each simple character must be representable in the readtable. It is implementation-defined whether non-simple characters can have syntax descriptions in the readtable.

See Also::

section Readtables, section Printing Other Objects


Go to the first, previous, next, last section, table of contents.