Skip to main content

Module parser

Module parser 

Source
Expand description

Code parser module.

Uses Tree-sitter for AST parsing and semantic chunking of source code.

Modules§

chunker
Semantic code chunker.
summary
Code summary generator.
treesitter
Tree-sitter integration.

Structs§

CodeChunk
A semantic chunk of code extracted from a source file.
ParseResult
Result of parsing a single file.

Enums§

ChunkKind
The kind of a code chunk.