CompCert
C compiler
A formally verified compiler for a subset of C that generates code for multiple architectures.
The CompCert formally-verified C compiler
2k stars
63 watching
230 forks
Language: Coq
last commit: 2 months ago ccompcertcompilercoq
Related projects:
Repository | Description | Stars |
---|---|---|
| A compiler for a subset of the C language that can be compiled with any standard C compiler, used in formal verification and proof assistance. | 137 |
| Formalizations of compiler design and virtual machine calculations in Coq | 30 |
| A formally verified compiler for the Lustre programming language | 63 |
| A Coq-based verification of the ECMAScript 5 standard for a JavaScript interpreter | 196 |
| A compiler project that aims to formalize and verify the semantics of an intermediate language using Coq | 57 |
| Enables verified interaction between Coq programs and C libraries | 39 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A compiler for a language that supports recursion and concatenative data structures with features like dependent types and partial evaluation | 244 |
| A C compiler written in the C2 language itself. | 703 |
| A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
| An Emacs plugin that enhances Coq mode with various features and tools for writing and debugging proof-based software | 351 |
| A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
| A framework for developing and verifying domain-specific languages with a focus on compiler correctness and verification. | 56 |