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
//! Re-exported token stream utilities from `perl-parser-core`.

/// Token stream and trivia utilities for the parser.
pub use perl_parser_core::tokens::*;