Parser Module
Chess position parser
Example:
var parser = new chess.parser.FenParser0x88('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1');
console.log(parser.getValidMovesAndResult('white'));
This module provides the following classes: