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ยง
- Parse
Options - Options controlling what and how to parse.
- Parse
Result - Result of parsing a directory or set of files.
- Parse
Stats - Aggregate statistics from a parse run.
- Parser
- Main parser that orchestrates multi-language parsing.