Improve location pointer type flexibility

This commit is contained in:
Loic Guegan 2022-01-26 21:03:19 +01:00
parent f144f14d9c
commit 3f9ab56bd6
6 changed files with 25 additions and 23 deletions

View file

@ -9,7 +9,7 @@ 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 (max is 2^(sizeof(unsigned long long)) bytes)
- Handle very large file (max is 2^(sizeof(unsigned long long)*8) bytes)
- Efficiency
# How to use it ?