From 80be0eb048268ea467b3d066fc947c5bd4310562 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Thu, 13 May 2021 18:09:07 +0100 Subject: Update README. --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9ca23eb..e0227a6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,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 +``` -- cgit v1.2.3