Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 3.75 KB

README.md

File metadata and controls

39 lines (24 loc) · 3.75 KB

GitHub Workflow Status (branch) Codacy branch coverage Codacy grade Cocoapods Cocoapods platforms Cocoapods

Syntaxis

A functional parsing library based on parser combinators

Installation

Note: Currently it only supports installation via Cocoapods.

Simply add this pod to your Podfile

pod 'Syntaxis'

Getting started

For a complete documentation about what is available and how to use it check the documentation folder.

Contributing

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.

License

This project is licensed under the MIT license. For more details check here