https://github.com/mit-plv/bbv
Bedrock Bit Vector Library
https://github.com/mit-plv/bbv
Last synced: about 1 year ago
JSON representation
Bedrock Bit Vector Library
- Host: GitHub
- URL: https://github.com/mit-plv/bbv
- Owner: mit-plv
- License: mit
- Created: 2018-02-04T17:37:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T16:56:37.000Z (about 2 years ago)
- Last Synced: 2024-08-04T01:03:00.061Z (almost 2 years ago)
- Language: Coq
- Size: 407 KB
- Stars: 27
- Watchers: 16
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-coq - Bedrock Bit Vectors - Library for reasoning on fixed precision machine words. (Projects / Libraries)
README
# bbv - Bedrock Bit Vectors
Several Coq projects at MIT use a file called Word.v, defining bit vectors and lemmas about them.
This repo unifies the different versions of this file into one repository, so that everyone can benefit from additions made by other projects.
Suggested collaboration protocol:
- For non-breaking, backwards-compatible (i.e. just additions) changes you just push to master, to keep the workflow as lightweight as possible.
- For more "controversial" changes which might break something, make a PR.