nom-operator 0.0.2

Precedence climbing operator parser written with nom
Documentation
  • Coverage
  • 100%
    36 out of 36 items documented0 out of 9 items with examples
  • Size
  • Source code size: 37.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • afonso360

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.