Expand description
Simplified AST-grep based semantic search tool for AGCodex.
This is a simplified implementation that uses text-based pattern matching instead of the complex ast-grep API to avoid compilation issues.
Structs§
- Grep
Config - Configuration for grep operations
- Grep
Match - A match found during grep search
- Grep
Query - Search query for grep operations
- Grep
Tool - Main grep tool
- Simple
Grep Engine - Simplified grep engine
Enums§
- Grep
Error - Errors specific to grep operations
- Rule
Type - Type of pattern/rule being used
- Supported
Language - Supported programming languages
Type Aliases§
- Grep
Result - Result type for grep operations