perl-parser 0.13.3

Native Perl parser (v3) — recursive descent with Tree-sitter-compatible AST, semantic analysis, and LSP provider engine
Documentation
1
2
3
4
5
6
//! Compatibility re-export of workspace indexing modules.

#[cfg(not(target_arch = "wasm32"))]
pub use crate::refactor::workspace_refactor;
/// Workspace indexing and refactoring orchestration.
pub use perl_workspace::workspace::*;