/// Unified tree-sitter based parsing and analysis engine.
///
/// This module replaces the syn-based AST analysis with a language-agnostic
/// tree-sitter approach, enabling support for multiple programming languages.
pub use ;
pub use ;
pub use QueryRule;
pub use ;