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
7
8
9
10
11
12
//! Refactoring and modernization helpers.

pub mod import_optimizer;
pub mod inline;
pub mod modernize;
pub mod modernize_refactored;
pub mod refactoring;
pub mod workspace_refactor;
pub mod workspace_rename;

#[cfg(test)]
mod scoped_rename_tests;