herzbube / libsgfcplusplus

libsgfc++. A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
Apache License 2.0
12 stars 2 forks source link

SgfcMessageParser should be more flexible #15

Closed herzbube closed 4 years ago

herzbube commented 4 years ago

Example:

Line:35
Line: 35
Line :35
Line : 35

should all work. The first step would probably be a better tokenizer.

herzbube commented 4 years ago

SgfcMessageParser has been removed, the new SGFC version (see #31) makes message data available without parsing.