Expand description
Parser trait for pluggable extraction backends.
The Parser trait allows swapping between regex-based extraction (current
default) and future tree-sitter–backed extraction without changing the
pipeline.
Structs§
- Regex
Parser - The default regex-based parser that delegates to
crate::ast_extract.
Traits§
- Parser
- A source-file parser that produces graph nodes and edges.