Brainfuck
Compiler formalism
Formalizing Brainfuck in Coq to prove its properties and verify a compiler for simple arithmetic expressions.
Brainfuck formalized in Coq
26 stars
5 watching
2 forks
Language: Coq
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| An interpreter written in JSONiq to execute the Brainfuck programming language | 40 |
| Formalizations of compiler design and virtual machine calculations in Coq | 30 |
| A comprehensive Coq library providing formal definitions and proofs of rewriting theory, lambda-calculus, and termination. | 35 |
| Mechanized formalization of soundness for DOT with logical relations in Coq | 30 |
| Formalizations of functional languages with a focus on proof and verification | 142 |
| An introductory course on floating-point numbers and formal proof using Coq | 6 |
| Compiles Brainfuck code into WebAssembly bytecode for execution on WASM-enabled platforms. | 22 |
| A certified semantics for relational programming language specification, providing verified implementations of syntax and semantics for miniKanren languages | 26 |
| A comprehensive library of verified data structures and algorithms in Coq | 45 |
| An interpreter and compiler for the brainfuck programming language | 19 |
| A formally verified compiler for a subset of C that generates code for multiple architectures. | 1,901 |
| A Coq formalization of Damas-Milner type system and its algorithm W for verifying the correctness of type inference tools. | 25 |