blob: e0227a6f2874b52e96380e4e5826ec2d9d71caba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
```
|