Disservin / chess-library

C++ chess library
https://disservin.github.io/chess-library/
MIT License
71 stars 22 forks source link

feat(api)!: Streaming PGN Parser #33

Closed Disservin closed 10 months ago

Disservin commented 11 months ago

BREAKING CHANGE: The PGN Parser is now based on a Visitor to be more performant. setFen() now takes a string_view instead of a const std::string&