Skip to main content

perl_parser/
analysis.rs

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