Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
rust-sgf
========

Rust implementation of Smart Game Format parser.

SGF Specification is here : http://www.red-bean.com/sgf/

How to build
------------

1. Install rust-peg(https://github.com/kevinmehall/rust-peg) and set the PATH for the command peg.
2. Use make rather than cargo to generate parser.rs from peg file.

License
-------

MIT