The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06 - 2017-08-10

  • CHANGES AND IMPROVEMENTS
    • Added more tests.
    • Improved documentation.
    • The only function `perl_tokens` is now exported by default.
  • BUG-FIXES
    • Fixed the `assignment_operator` token to include only assignment operators.
    • The assignment operator `=` is now parsed correctly as an `assignment_operator` instead of `operator`.

Documentation

a simple token extractor.
highlights Perl code in HTML
highlights Perl code in terminal

Modules

A tiny Perl code tokenizer.