# nom-operator [![travis-badge][]][travis] [![appveyor-badge][]][appveyor] [![coveralls-badge][]][coveralls] [![license-badge][]][license] [![docs-badge][]][docs] Shift reduce operator parser written with nom The algorithm used in this crate is based on this [paper][paper]. There aren't many tests to this crate, and you should probably use this with caution ## License nom-operator is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details. [crates-badge]: https://img.shields.io/crates/v/nom-operator.svg?style=flat-square [travis-badge]: https://img.shields.io/travis/afonso360/nom-operator/master.svg?style=flat-square [appveyor-badge]: https://img.shields.io/appveyor/ci/afonso360/nom-operator/master.svg?style=flat-square [coveralls-badge]: https://img.shields.io/coveralls/afonso360/nom-operator/master.svg?style=flat-square [license-badge]: https://img.shields.io/badge/license-MIT%20or%20Apache%202.0-blue.svg?style=flat-square [docs-badge]: https://img.shields.io/badge/docs-0.0.1-blue.svg?style=flat-square [travis]: https://travis-ci.org/afonso360/nom-operator [appveyor]: https://ci.appveyor.com/project/afonso360/nom-operator [coveralls]: https://coveralls.io/github/afonso360/nom-operator [docs]: https://docs.rs/nom-operator/ [license]: https://github.com/afonso360/nom-operator#license [crates]: https://crates.io/crates/nom-operator [paper]: http://epaperpress.com/oper/download/OperatorPrecedenceParsing.pdf