Skip to main content

SPECIAL_FORM_NAMES

Constant SPECIAL_FORM_NAMES 

Source
pub const SPECIAL_FORM_NAMES: &[&str];
Expand description

Canonical list of all special form names recognized by the evaluator.

This is the single source of truth — used by the REPL for completion, the LSP for highlighting, and anywhere else that needs to enumerate special forms.