5 releases

Uses old Rust 2015

0.1.5 Jan 8, 2018
0.1.3 Jun 2, 2016
0.1.2 Feb 18, 2016
0.1.1 Feb 12, 2016
0.1.0 Jan 22, 2016

#75 in #smart

MIT license

36KB
463 lines

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


lib.rs:

SGF(Smart Game Format) parser

Dependencies

~3.5MB
~75K SLoC