Skip to main content

Module parser

Module parser 

Source
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§

RegexParser
The default regex-based parser that delegates to crate::ast_extract.

Traits§

Parser
A source-file parser that produces graph nodes and edges.