Skip to main content

Module semantic

Module semantic 

Source
Expand description

LSP-style semantic endpoints over an ETDL document (completions, hover, go-to-definition, find-references, document symbols, formatting).

These are structural services built on the typed AST (crate::parse_document) and the position index (crate::spanned::SpanIndex). Line/column numbers are 0-based; offsets are character offsets, matching LSP conventions.

Functionsยง

complete
document_symbols
find_references
format
goto_definition
hover