mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-19 03:49:43 +00:00
Improve parsing data type
This commit is contained in:
parent
0fa6b682f5
commit
f144f14d9c
8 changed files with 45 additions and 28 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue