A library for parsing your own PEG grammars in Swift.
{ "name": "Syft", "path": "/usr/src/package", "targets": [ { "name": "SyftTests", "path": "Tests/SyftTests", "type": "test", "c99name": "SyftTests", "sources": [ "DeferredTests.swift", "EitherTests.swift", "Helpers.swift", "MatchTests.swift", "RemainderTests.swift", "RepeatTests.swift", "ResultTests.swift", "SequenceTests.swift", "StringAtomTests.swift", "TagTests.swift", "TransformerTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Syft" ] }, { "name": "Syft", "path": "Sources/Syft", "type": "library", "c99name": "Syft", "sources": [ "ArrayUtilities.swift", "DSL.swift", "DictionaryUtilities.swift", "Parser.swift", "Remainder.swift", "Result.swift", "ResultReporter.swift", "StringUtilities.swift", "Transformer.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Syft" ] }, { "name": "Sample", "path": "Sources/Sample", "type": "library", "c99name": "Sample", "sources": [ "AppDelegate.swift", "Arithmetic.swift", "Iota.swift", "Song.swift", "SyftFile.swift", "ViewController.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Syft" ] } ], "products": [ { "name": "Syft", "type": { "library": [ "automatic" ] }, "targets": [ "Syft" ] } ], "platforms": [], "dependencies": [], "tools_version": "4.0", "manifest_display_name": "Syft" }
{ "name": "Syft", "targets": [ { "name": "Sample", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Syft", null ] } ], "packageAccess": false }, { "name": "Syft", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "SyftTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Syft", null ] } ], "packageAccess": false } ], "products": [ { "name": "Syft", "type": { "library": [ "automatic" ] }, "targets": [ "Syft" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Syft", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [] }