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 0.01

  • evaluation can now occur during parsing, replacing on_start, on_match, and on_unmatch
  • example directory
  • parse returns trace of each step
  • optional rule one letter abbreviation changed from p to z optional rule also allows naming of zero_or_one
  • mutliple rules' minimum handling fixed
  • fixed CSV.pm to handle white space
  • not croak when a parse fails

Modules

Perl backtracking parser and resultant tree evaluator
Comma Separated Values
Comma Separated Values from file handle

Provides

in lib/Parse/Stallion.pm