package coq-mini-compiler

  1. Overview
  2. No Docs
Correctness of a tiny compiler for arithmetic expressions

Install

Dune Dependency

Authors

Maintainers

Sources

v8.7.0.tar.gz
md5=dd4f40c8ef66e6bdb212edec29102e53

Description

Tutorial correctness proof of a tiny compiler from simple arithmetic expressions (constants, variables and additions) to simple assembly-like code (one accumulator, infinitly many registers and addition)

Dependencies (2)

  1. coq >= "8.7" & < "8.8~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None