CompositionalIT / fparsec-chess-pgn

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

Home Page:https://www.compositional-it.com/news-blog/parse-a-chess-game-using-f-and-fparsec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.compositional-it.com/news-blog/parse-a-chess-game-using-f-and-fparsec


Languages

Language:F# 100.0%