NAME
Pegex::Chess - A sample chess board parser in Pegex.
SYNOPSIS
use Pegex::Chess;
my $data = Pegex::Chess->parse_chess_board_file('board.chess');
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT AND LICENSE
Copyright 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.