Module ast_grep

Module ast_grep 

Source
Expand description

Optional: AST-Grep internal tooling. Kept as a stub for now. AST-Grep integration for structural code search. Provides pattern-based AST search using ast-grep-core. Note: Tree-sitter is the primary structural engine; AST-Grep is offered as internal optional tooling.

Structs§

AgMatch
Match result from AST-Grep search
AstGrep
AST-Grep search tool using command-line interface

Enums§

AgQuery
Query types for AST-Grep