module documentation

ANSI Common Lisp builtins.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant BUILTIN​_CLASSES Undocumented
Constant BUILTIN​_FUNCTIONS Undocumented
Constant BUILTIN​_TYPES Undocumented
Constant DECLARATIONS Undocumented
Constant LAMBDA​_LIST​_KEYWORDS Undocumented
Constant MACROS Undocumented
Constant SPECIAL​_FORMS Undocumented
BUILTIN_CLASSES: set[str] =

Undocumented

Value
set(['array',
     'broadcast-stream',
     'bit-vector',
     'built-in-class',
     'character',
     'class',
     'complex',
...
BUILTIN_FUNCTIONS: set[str] =

Undocumented

Value
set(['<',
     '<=',
     '=',
     '>',
     '>=',
     '-',
     '/',
...
BUILTIN_TYPES: set[str] =

Undocumented

Value
set(['atom',
     'boolean',
     'base-char',
     'base-string',
     'bignum',
     'bit',
     'compiled-function',
...
DECLARATIONS: set[str] =

Undocumented

Value
set(['dynamic-extent',
     'ignore',
     'optimize',
     'ftype',
     'inline',
     'special',
     'ignorable',
...
LAMBDA_LIST_KEYWORDS: set[str] =

Undocumented

Value
set(['&allow-other-keys',
     '&aux',
     '&body',
     '&environment',
     '&key',
     '&optional',
     '&rest',
...
MACROS: set[str] =

Undocumented

Value
set(['and',
     'assert',
     'call-method',
     'case',
     'ccase',
     'check-type',
     'cond',
...
SPECIAL_FORMS: set[str] =

Undocumented

Value
set(['block',
     'catch',
     'declare',
     'eval-when',
     'flet',
     'function',
     'go',
...