sqry-lang-cpp 11.0.4

C++ language plugin for sqry
Documentation
1
2
3
4
5
6
7
8
//! Relation extraction helpers for the C++ plugin.
//!
//! No new semantics here. New behaviour must go via `sqry_core::graph::GraphBuilder` and the language-specific `*GraphBuilder` (see this module's export) to build `CodeGraph`.

pub mod graph_builder;
pub mod queries;

pub use graph_builder::CppGraphBuilder;