package coq-bedrock2-compiler

  1. Overview
  2. No Docs
A work-in-progress language and compiler for verified low-level programming (compiler part)

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.4.tar.gz
sha512=7abf5e6553d4844f3563c99b3ff4a0a3f96a901473d824623029c82efe4d22c3bdf0bacd710e61619cf3fa2cf9f88db68ca650ba7a251e782c3e92357ba20d9f

Description

bedrock2 is a low-level systems programming language. This language is equipped with a simple program logic for proving correctness of the programs. This package includes a verified compiler targeting RISC-V from this language.

The project has similar goals as bedrock, but uses a different design. No code is shared between bedrock and bedrock2.

Tags

logpath:bedrock2

Published: 16 Oct 2022

Dependencies (5)

  1. zarith >= "1.11"
  2. coq-riscv = "0.0.3"
  3. coq-bedrock2 = "0.0.4"
  4. coq >= "8.15~"
  5. conf-findutils build

Dev Dependencies

None

Used by (1)

  1. coq-fiat-crypto >= "0.0.16" & < "0.0.20"

Conflicts

None