# Chomp A typed, algebraic parser generator. # Dependencies * [`cargo`] build tool for Rust, version 1.51.0 or greater. `cargo`: https://doc.rust-lang.org/cargo/ # Running tests To run all tests, execute the following command: ```console cargo test --workspace ``` # Running benchmarks To run benchmarks, execute the following command: ```console cargo benchmark --workspace ```