diff options
author | Son HO | 2024-05-17 14:06:26 +0200 |
---|---|---|
committer | GitHub | 2024-05-17 14:06:26 +0200 |
commit | dc8ceedffa0945b84f81e318fa78f1e55b1731d2 (patch) | |
tree | ae0bc6e0d83ac8bd672f55f73b2dcd0f5fa2bdc0 | |
parent | a0ddfc48f385ea73fb6b890b7683c9537957f4f6 (diff) | |
parent | f350a3238766d4ff4fd12c7bebb3bd637699dd2c (diff) |
Merge pull request #187 from AeneasVerif/son/readme
Update the README
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,9 +9,9 @@ Wall in Pompei, digital image from Michael Lahanis. </figcaption> </div></p> -# 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), |