Recommendation on Javascript parsing chess PGN?

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

kinderchocolate
Posts: 454
Joined: Mon Nov 01, 2010 6:55 am
Full name: Ted Wong

Recommendation on Javascript parsing chess PGN?

Post by kinderchocolate »

What would be the best solution for parsing a chess PGN by Javascript? The parser will need to support nested variations and comments. The popular chess.js library doesn't seem to offer nested variations or comments.