Skip to main content

Module parser

Module parser 

Source
Expand description

Main parser orchestrator.

Delegates to language-specific parsers based on file extension. Collects files via the ignore crate (respects .gitignore), runs tree-sitter, and calls language extractors.

Structsยง

ParseCoverageStats
Detailed counters for ingestion fidelity and skip reasons.
ParseOptions
Options controlling what and how to parse.
ParseResult
Result of parsing a directory or set of files.
ParseStats
Aggregate statistics from a parse run.
Parser
Main parser that orchestrates multi-language parsing.