The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perlito5::Grammar::Regex5 - Grammar for Perl5 regex

SYNOPSIS

    my $match = Perlito5::Grammar::Regex5->rule( $source, $pos );
    Perlito5::Match::flat($match);    # generated Regex5 AST

DESCRIPTION

This module generates a syntax tree for the Regex5 compiler.

AUTHORS

Flavio Soibelmann Glock <fglock@gmail.com>.

COPYRIGHT

Copyright 2014 by Flavio Soibelmann Glock.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 251:

=begin without a target?

Around line 279:

'=end' without a target?