Bundle Static analysis and language-server support. Analyzer parses Objeck source files and returns symbols, diagnostics, hover info, completions, references, and definitions for IDE tooling. Compile with -lib diags.
Result->Kind
Analysis type
Items
- ERROR = 101
- WARN = 102
- INFO = 103
- NAMESPACE = 203
- CLASS = 205
- ENUM = 210
- METHOD = 206
- VARIABLE = 213
- UNKN = 0