=pod =for comment DO NOT EDIT. This Pod was generated by Swim. See http://github.com/ingydotnet/swim-pm#readme =encoding utf8 =head1 NAME WikiText::Parser - Base Class for Creating Text Format Parsers =head1 SYNOPSIS package MyParser; use base 'WikiText::Parser'; sub create_grammar { return { # ... define a grammar hash here ... }; } =head1 DESCRIPTION WikiText::Parser is a base class that you can use to easily generate a parser for text document markups (like Wiki or POD markups). =head1 AUTHOR Ingy döt Net =head1 COPYRIGHT Copyright (c) 2008-2014. Ingy döt Net. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L =cut