Hacker News new | ask | show | jobs
by lynx23 581 days ago
I wouldn't consider FEN a great parsing example, simply because it can be implement in a simple function with a single loop.

Just a few days ago, I wrote a FEN "parser" for an experimental quad-bitboard impelementation. It almost wrote itself.

P.S.: I am the author of chessIO on Hackage