Added link to wiki.

This commit is contained in:
David Dufresne
2015-11-25 19:01:18 -05:00
parent 2f1b2da04a
commit 7d13dcb4ca

View File

@@ -1,9 +1,7 @@
# SwiftParsec
SwiftParsec is a Swift port of the [Parsec](https://github.com/aslatter/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
@@ -12,7 +10,7 @@ SwiftParsec is a Swift port of the [Parsec](https://github.com/aslatter/parsec)
- Unicode support
# Documentation
See the [wiki](https://github.com/davedufresne/SwiftParsec/wiki)
# License
SwiftParsec is released under the “Simplified BSD License”. See the LICENSE file in the repository.