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.5.tar.gz
sha512=a4101b4a526dd691fcce8e5d86c16001736c465d4bccbf2e913b4f17b4ee24fe4d51731955480d4b69e04823dda860388994eff2ccc087d046ef15e4ef429b72

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: 03 Apr 2023

Dependencies (5)

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

Dev Dependencies

None

Used by (1)

  1. coq-fiat-crypto = "0.0.20"

Conflicts

None