A functional parsing library based on parser combinators
Note: Currently it only supports installation via Cocoapods.
Simply add this pod to your Podfile
pod 'Syntaxis'
For a complete documentation about what is available and how to use it check the documentation folder.
This project welcomes any contributions. This project will try a different approach to deal with issues/bugs.
Since this library is intended to be used by developers, it will be very easy for you to report issues in the form of a failing unit test in a pull request.
This have few benefits in the long run:
- Having a failing unit test gives the contributors a reproducible baseline of the issue
- By merging the unit tests in the code base we guarantee that, that bug doesn't reappear inadvertently in the future.
This project is licensed under the MIT license. For more details check here