From f7401188640f8f6726b933e0421400419b62c9b2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 3 Mar 2022 18:10:39 +0000 Subject: Add README and markdown README --- README.md | 1 + README.org | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f73dbfa --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Reasoning about bit equality for various rewrites. This is based on [proofs](resources/samc.lisp) done in ACL2, and uses the `bbv` library to convert the proofs into Coq. \ No newline at end of file diff --git a/README.org b/README.org index 702319a..cba18aa 100644 --- a/README.org +++ b/README.org @@ -1,4 +1,5 @@ #+title: BitEQ #+author: Yann Herklotz -Reasoning about bit equality +Reasoning about bit equality for various rewrites. This is based on [[file:resources/samc.lisp][proofs]] done in ACL2, and uses +the =bbv= library to convert the proofs into Coq. -- cgit