//! Grammar-agnostic analysis helpers for sipha syntax trees.
//!
//! Provides scope extents (offset → scope) and definition collection for LSP
//! (go-to-def, references, document symbols). Grammar-specific logic is passed
//! via callbacks.
pub use collect_definitions;
pub use ;