Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $parser = Parse::RecDescent->new($grammar);
    
    defined $parser->start("ABCD") or die "didn't match";
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $parser = Parse::RecDescent->new($grammar);
    
    defined $parser->start("ABCD") or die "didn't match";
    
  3. or download this
    Character: A
    Character: B
    Character: C
    Character: D
    Found: 1111