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.