Module parser

Module parser 

Source
Expand description

Language detection and AST parsing using tree-sitter

Structs§

Location
ParsedFile
Parsed file containing symbols
PythonParser
Symbol
Symbol represents a function, class, method, or variable
TypeScriptParser

Enums§

Language
Supported languages
SymbolKind

Traits§

Parser
Parser trait for language-specific parsing