perl-parser 0.13.1

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

/// Test-driven development helpers and generators.
pub use perl_tdd_support::tdd::*;