1 2 3 4
//! Compatibility re-export of semantic analysis modules. /// Semantic analysis, symbol extraction, and type inference. pub use perl_semantic_analyzer::analysis::*;