perl-lexer 0.13.2

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

pub use state::PerlLexer;