Expand description
Unified AST extraction engine using ast-grep.
Replaces per-language tree-sitter extractors with a single engine driven by YAML rules. Language-specific behavior (visibility, doc comments, etc.) is handled by shared helpers keyed on language name.
Structs§
- AstGrep
Engine - The unified extraction engine.
Type Aliases§
- SgNode
- Type alias for ast-grep nodes parameterized on SupportLang.