Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:26 +08:00
commit 8e3f2054bc
5 changed files with 683 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# ast-grep
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.