diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 12:03:24 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 12:03:24 +0100 |
| commit | bb914f047b0d96464f3e55234907df4e7c416e97 (patch) | |
| tree | 82963c3a4c9ea272163365ddf3144bd46fe78e82 /README.md | |
| parent | 8a770f9133957ad4356810efa4ede6e20dd01d26 (diff) | |
- Enable NAG parsing
- Add the LargeFileStream interface to handle large file
- Debug parsing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
