Skip to main content

Crate sqry_lang_cpp

Crate sqry_lang_cpp 

Source
Expand description

C++ language plugin for sqry

Implements the LanguagePlugin trait for C++, providing:

  • AST parsing with tree-sitter
  • Scope extraction
  • Relation extraction (call graph, includes/imports, exports)

This plugin enables semantic code search for C++ codebases, the #3 priority language for systems programming and enterprise software.

Modules§

relations
Relation extraction helpers for the C++ plugin.

Structs§

CppPlugin
C++ language plugin