mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-19 03:49:43 +00:00
Improve location pointer type flexibility
This commit is contained in:
parent
f144f14d9c
commit
3f9ab56bd6
6 changed files with 25 additions and 23 deletions
|
@ -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 ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue