From bb914f047b0d96464f3e55234907df4e7c416e97 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 12:03:24 +0100 Subject: - Enable NAG parsing - Add the LargeFileStream interface to handle large file - Debug parsing --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 99fbdb0..af417e3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ PGNP is a Portable Game Notation (PGN) parser. More details about the PGN specification can be found [here](https://www.chessclub.com/help/PGN-spec). # Features -- Basic PGN parsing (tags, move, comments, variations etc.) +- Basic PGN parsing (tags, move, comments, variations, NAG, etc.) - Merged PGN files parsing (several games in one file) +- Handle very large file (severals GB) +- Very efficient # How to use it ? PGNP can be used as a shared library in your project. -- cgit v1.2.3