4 releases

Uses old Rust 2015

0.1.3 Sep 25, 2018
0.1.2 Sep 21, 2018
0.1.1 Sep 21, 2018
0.1.0 Sep 21, 2018

#205 in Parser tooling

MIT license

42KB
426 lines

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

Dependencies

~64KB