A Generic Framework for Verified Compilers

Martin Desharnais 🌐

February 10, 2020

Abstract

This is a generic framework for formalizing compiler transformations. It leverages Isabelle/HOL’s locales to abstract over concrete languages and transformations. It states common definitions for language semantics, program behaviours, forward and backward simulations, and compilers. We provide generic operations, such as simulation and compiler composition, and prove general (partial) correctness theorems, resulting in reusable proof components.

License

BSD License

Topics

Session VeriComp