bbnf-analysis 0.1.1

Pure analysis logic for BBNF grammars (shared by LSP + WASM)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod code_actions;
pub mod code_lens;
pub mod completion;
pub mod document_symbols;
pub mod folding;
pub mod formatting;
pub mod goto_definition;
pub mod hover;
pub mod inlay_hints;
pub mod references;
pub mod rename;
pub mod selection_range;
pub mod semantic_tokens;