David Dufresne cd610b0657 Split Sequence extension in two logical files
Move methods related to aggregation in their own file. And move the
method used to convert a sequence of `Int` into a `String` to another
file.
2016-10-08 19:06:36 -04:00
2016-05-10 17:33:21 -04:00
2015-11-25 12:49:02 -05:00
2015-11-25 19:01:18 -05:00
2016-10-08 18:46:02 -04:00

SwiftParsec

SwiftParsec is a Swift port of the Parsec parser combinator library. It allows the creation of sophisticated parsers from a set of simple parsers. It is also easy to extend the available parsers. The parsers are fully integrated into the language, they can be put into arrays, passed as parameters, returned as values, etc. SwiftParsec provides expressiveness, is well documented and simple.

Key Features

  • Reusable combinators
  • Lexical analysis
  • Expression parser
  • Permutation phrases parser
  • Extensive error messages
  • Unicode support

Documentation

See the wiki

License

SwiftParsec is released under the “Simplified BSD License”. See the LICENSE file in the repository.

Description
No description provided
Readme BSD-2-Clause 419 KiB
Languages
Swift 99.7%
Shell 0.2%
Ruby 0.1%