prattle

Crates.ioprattle
lib.rsprattle
version0.1.3
sourcesrc
created_at2018-09-21 20:28:04.11256
updated_at2018-09-25 01:16:37.00312
descriptionGeneral, configurable Pratt/TDOP parser.
homepage
repositoryhttps://github.com/ZerothLaw/prattle-rs
max_upload_size
id85869
size44,489
Tyler J. Laing (ZerothLaw)

documentation

https://docs.rs/prattle/0.1.3/prattle/

README

prattle

Library that offers a general-purpose configurable Pratt/TDOP parser.

Getting Started

Prerequisites

Rust

Cargo.toml line:

[dependencies]
prattle = "0.1.3"

License

This project is licensed under the MIT License - see the license preamble in each file for details.

Acknowledgements

  • Rust developers and designers for an excellent language and environment
  • purpleposeidon who provided invaluable feedback in Prattle's early days
Commit count: 20

cargo fmt