The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.09 - 2013-07-27

  • New Features
  • Accumulate lines that end with backslash with following lines, so that the complete set of continuation lines can be fed to the lexer. Important to be able to detect cpp-like macro calls that spread across lines.
  • Append a \n at the end of the last input line of a file, if it was missing.

Modules

Deterministic top-down parser based on a Finite State Machine
Run-time engine for Parse::FSM parser
Companion Lexer for the Parse::FSM parser