SGF

master

y-ich/swift-SGF

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.

Description

  • Swift Tools 4.2.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 18 2024 08:25:05 GMT-0900 (Hawaii-Aleutian Daylight Time)