changed SGFCursor API
Parser and utility functions for Smart Game Format in Swift
The parser is generated by Citron.
Add dependencies in Package.swift:
let package = Package( name: "your-project", dependencies: [ ... .package(url: "https://github.com/y-ich/swift-DDP.git", .branch("master")), ], targets: [ .target( name: "your-project", dependencies: [..., "SGF"]), ] )
See test code.
MIT, except for CitronLexer.swift and CitronParser.swift. For CitronLexer.swift and CitronParser.swift, see file headers.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SGF
Parser and utility functions for Smart Game Format in Swift
The parser is generated by Citron.
Usage
Add dependencies in Package.swift:
exmaples
See test code.
TODO
License
MIT, except for CitronLexer.swift and CitronParser.swift. For CitronLexer.swift and CitronParser.swift, see file headers.