From cf5dfbd549d2844ae7d491d7bfa85ba5d8f4395a Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 15 May 2024 17:09:31 +0200 Subject: Makefile: `make check-charon` should not try to recreate the commit pin` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b3e3e64..2058700a 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ update-charon-pin: # Checks that `./charon` contains a clone of charon at the required commit. # Also checks that `./charon/bin/charon` exists. .PHONY: check-charon -check-charon: charon-pin +check-charon: @echo "Checking the charon installation" @./scripts/check-charon-install.sh -- cgit v1.2.3 From f350a3238766d4ff4fd12c7bebb3bd637699dd2c Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 17 May 2024 10:01:09 +0200 Subject: Update the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be5122b0..86c1b31e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Wall in Pompei, digital image from Michael Lahanis.

-# Aeneas [Ae-ne-as] +# Aeneas [Ay-nay-as] -Aeneas (pronunced [Ae-ne-as]) is a verification toolchain for Rust programs. It relies on a translation from Rusts's MIR +Aeneas (pronunced [Ay-nay-as]) is a verification toolchain for Rust programs. It relies on a translation from Rusts's MIR internal language to a pure lamdba calculus. It is intended to be used in combination with [Charon](https://github.com/AeneasVerif/charon), which compiles Rust programs to an intermediate representation called LLBC. It currently has backends for [F\*](https://www.fstar-lang.org), -- cgit v1.2.3