mipli/sgf-parser

Added missing token to is_root_token

Sagebati opened this issue · 3 comments

Due to recent support of new nodes, before 2.2 add missing nodes to is_root_token.
And maybe support
is_gameinfo_token
is_setup_property
etc..

mipli commented

Good point, I'll get that sorted as soon as possible.

mipli commented

Started work on this now, progress is here: #14

Going to add a method to the GameTree to check that a tree is valid as well before merging this.

mipli commented

Solved in #14