Improve parsing data type

This commit is contained in:
Loic Guegan 2022-01-26 20:50:24 +01:00
parent 0fa6b682f5
commit f144f14d9c
8 changed files with 45 additions and 28 deletions

View file

@ -9,8 +9,8 @@ PGN specification can be found [here](https://www.chessclub.com/help/PGN-spec).
# Features
- 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
- Handle very large file (max is 2^(sizeof(unsigned long long)) bytes)
- Efficiency
# How to use it ?
PGNP can be used as a shared library in your project.