Module grep_simple

Module grep_simple 

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

GrepConfig
Configuration for grep operations
GrepMatch
A match found during grep search
GrepQuery
Search query for grep operations
GrepTool
Main grep tool
SimpleGrepEngine
Simplified grep engine

Enums§

GrepError
Errors specific to grep operations
RuleType
Type of pattern/rule being used
SupportedLanguage
Supported programming languages

Type Aliases§

GrepResult
Result type for grep operations