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§
- Code
Chunk - A semantic chunk of code extracted from a source file.
- Parse
Result - Result of parsing a single file.
Enums§
- Chunk
Kind - The kind of a code chunk.