Skip to content

A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for querying. Using tree-sitter to parse the AST and add symbols and what they are (function, class, argument, etc) to the db.

License

Notifications You must be signed in to change notification settings

ebcode/indexer-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

indexer-c

A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for querying. Using tree-sitter to parse the AST and add symbols and what they are (function, class, argument, etc) to the db.

About

A “code index” tool that finds symbols in a codebase and creates a single table sqlite database for querying. Using tree-sitter to parse the AST and add symbols and what they are (function, class, argument, etc) to the db.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published