2 "name": "FootlessParser",
4 "summary": "A simple parser combinator written in Swift",
5 "description": "FootlessParser is a simple and pretty naive implementation of a parser combinator in Swift. It enables infinite lookahead, non-ambiguous parsing with error reporting.",
6 "homepage": "https://github.com/kareman/FootlessParser",
12 "Kare Morstol": "kare@nottoobadsoftware.com"
15 "git": "https://github.com/kareman/FootlessParser.git",
18 "source_files": "Sources/*.swift",
23 "pushed_with_swift_version": "4.0"