Rust implementation of Smart Game Format parser.
SGF Specification is here : https://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