sqry-lang-csharp 4.10.13

C# language plugin for sqry
Documentation
1
2
3
4
5
6
7
8
9
//! 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(crate) mod local_scopes;
pub mod type_extractor;

pub use graph_builder::CSharpGraphBuilder;