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.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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.