Skip to content

mit-plv/bbv

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2023
Sep 23, 2019
Feb 28, 2024
Nov 1, 2019
Feb 23, 2018
Feb 4, 2018
Aug 8, 2018
Feb 23, 2018
Jul 1, 2022
Sep 23, 2019

Repository files navigation

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.