perl-lexer 0.15.0

High-performance Perl lexer with context-aware tokenization
Documentation
1
2
3
4
5
mod driver;
pub(crate) mod helpers;
mod state;

pub use state::PerlLexer;