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.09

  • Got rid of the "commit" function. Replacing it with a function called "consumable". The "consumable" function is still in progress. Added a "thing" function which maps to a regular expression "dot" function, as in
    • / blah . blah /
  • Added some quantifier shortcuts for "some" and "any". These map to '+' and '*'.
  • Added shortcuts for "something" and "anything". These map to '.+' and '.*'

Modules

Define parse grammars using perl subroutine calls. No intermediate grammar languages.