Skip to content

CertiCoq 0.9 for Coq 8.19

Latest
Compare
Choose a tag to compare
@mattam82 mattam82 released this 28 May 12:45
· 6 commits to master since this release
5685b3d

We are happy to announce the release of CertiCoq 0.9 for Coq 8.19. CertiCoq is a formally verified compiler from Gallina, the internal language of Coq down to CompCert Clight. It can be used to compile Coq programs to C programs which can be further compiled with compcert or any other C compiler. See the CertiCoq wiki for a detailed description of the project and provided plugins. This release adds support for the compilation of primitive integers and floating point types and benefits from the optimization phases from MetaCoq 1.3.1.

The CertiCoq Team