Rust implementation of Smart Game Format parser.
SGF Specification is here : http://www.red-bean.com/sgf/
- Install rust-peg(https://github.com/kevinmehall/rust-peg) and set the PATH for the command peg.
- Use make rather than cargo to generate parser.rs from peg file.
MIT