Skip to main content

Module parser

Module parser 

Source

Structs§

Reference
A reference from one symbol to another.
Symbol
A symbol extracted from source code via tree-sitter.

Enums§

SymbolKind
Classification of extracted symbols.

Functions§

extract_references
Extract references (identifiers referring to other symbols) from a source file.
extract_symbols
Extract all symbols from a source file using tree-sitter.