Skip to main content

Module parser

Module parser 

Source
Expand description

Language parsing using tree-sitter.

Structs§

FunctionDef
A function definition.
Import
An import statement.
ParsedFile
A parsed file with its AST.

Enums§

ImportKind
Type of import.
Language
Supported programming languages.

Functions§

extract_dependencies
Extract dependencies from a parsed file.