README
Forsyth–Edwards Notation (FEN) Grammar
example:
use FEN::Grammar;
my $match = FEN::Grammar.parse('r1bk3r/p2pBpNp/n4n2/1p1NP2P/6P1/3P4/P1P1K3/q5b1');
example:
use FEN::Grammar;
my $match = FEN::Grammar.parse('r1bk3r/p2pBpNp/n4n2/1p1NP2P/6P1/3P4/P1P1K3/q5b1');
Grammar for Forsyth-Edwards Notation (FEN) used for describing positions of a chess game
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.