2 "name": "ParserCombinator",
4 "summary": "Exquisitely simple functional parsing in Swift.",
5 "description": "A simple parser combinator, created in Swift. Functional parser combinators can be extremely useful but can also be difficult to understand. ParserCombinator attempts to strip this back and create a simple and user friendly way to parse strings into other objects. Technical terms, like mooned, are avoided or explained if necessary and docs are provided in plain English, with examples.",
6 "homepage": "https://github.com/tigerpixel/ParserCombinator",
12 "Tigerpixel": "l.flynn2@live.co.uk"
15 "git": "https://github.com/tigerpixel/ParserCombinator.git",
25 "source_files": "Source/**/*.swift",
26 "pushed_with_swift_version": "3.1"