Skip to main content

Module engine

Module engine 

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

AstGrepEngine
The unified extraction engine.

Type Aliases§

SgNode
Type alias for ast-grep nodes parameterized on SupportLang.