目录
目录README.md

SGF

Parser and utility functions for Smart Game Format in Swift

The parser is generated by Citron.

Usage

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"]),
    ]
)

exmaples

See test code.

TODO

  • Charset(CA) support

License

MIT, except for CitronLexer.swift and CitronParser.swift. For CitronLexer.swift and CitronParser.swift, see file headers.

邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号