-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit adds a small patch to detect tokens that represent a move number, such as "11." or "11...", and store them temporarily. The next real move token (e.g. "c5??") is then combined with the pending move number to form "11...c5??", ensuring the move is not treated as a separate root-level node. This prevents parsing errors in PGN trees where moves like "11... c5??" were incorrectly inserted alongside sibling moves, instead of as a child in the correct place.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.