/fparsec-chess-pgn

Using FParsec to parse Portable Game Notation (PGN) for Chess. Sample repo for a blog post.

Primary LanguageF#

FParsecChess

An example repo showing how to use FParsec to make a simple parser in F# for Portable Game Notation for Chess.

To run the tests:

dotnet tool restore
dotnet watch run --project tests