#operator #nom #precedence #parser

nom-operator

Precedence climbing operator parser written with nom

2 releases

Uses old Rust 2015

0.0.2 Jul 8, 2017
0.0.1 May 11, 2017

#5 in #precedence

42 downloads per month

MIT/Apache

22KB
422 lines

nom-operator travis-badge appveyor-badge coveralls-badge license-badge docs-badge

Shift reduce operator parser written with nom

The algorithm used in this crate is based on this 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 and LICENSE-MIT for details.

Dependencies

~1.5MB
~22K SLoC