# 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](https://github.com/purpleposeidon) who provided invaluable feedback in Prattle's early days