aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-03 18:10:39 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-03 18:10:53 +0000
commitf7401188640f8f6726b933e0421400419b62c9b2 (patch)
treef88413843c2d36c0c9ae200f7efae047ee0116db
parentd84ee165a8f403792e0d613932763509d0f0480b (diff)
downloadbiteq-f7401188640f8f6726b933e0421400419b62c9b2.tar.gz
biteq-f7401188640f8f6726b933e0421400419b62c9b2.zip
Add README and markdown README
-rw-r--r--README.md1
-rw-r--r--README.org3
2 files changed, 3 insertions, 1 deletions
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.