NAME
Perlito5::Emitter::Token - Code generator for Perlito Perl 5 grammar
SYNOPSIS
my $match = $source.rule;
Perlito5::Match::flat($match)->emit_perl5; # generated Perlito source code
DESCRIPTION
This module generates Perl 5 code for the Regex6 compiler.
AUTHORS
Flavio Soibelmann Glock <fglock@gmail.com>.
COPYRIGHT
Copyright 2006, 2009, 2011, 2012 by Flavio Soibelmann Glock, Audrey Tang and others.
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 321:
=begin without a target?
- Around line 349:
'=end' without a target?