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.20 - 2008-11-16

  • First version, released on an unsuspecting world.
  • Took the package "Gnaw" and renamed it "Parse::Gnaw". Massive rewrite to a state-machine based design. Massive changes to reduce the amount of text used to define grammmars. Still need to do some major work on text markers so they're more stable. Currently have some problems when we try something like get(sub{print'x'}, a('alice', 'bob'))
  • This is a BETA release.

Modules

Define a grammar and create a parser by calling nothing but perl subroutines.