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.50 - 2010-01-24

  • Get rid of "g" and "t" functions and replace with "greedy" and "thrifty". Change "any" and "some" to be thrifty quantifiers instead of greedy. Change all tests to match new code function.

Modules

An extensible parser. Define grammars using subroutine calls. Define your own grammar extensions by defining new subroutines. Parse text in memory or from/to files or other streams.
Used by Parse::Gnaw to decomment debug statements in the code.