Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clayrat/guarded-absint

Guarded abstract interpretation
https://github.com/clayrat/guarded-absint

Last synced: 1 day ago
JSON representation

Guarded abstract interpretation

Awesome Lists containing this project

README

        

# Experiments with abstract interpretation via guarded recursion

Based on the [cubical-mini](https://github.com/cmcmA20/cubical-mini/) and [guarded-cm](https://github.com/clayrat/guarded-cm/) libraries.

References:

* [Bertot, [2007] "Theorem proving support in programming language semantics"](https://inria.hal.science/inria-00160309)
* [Bertot, [2008] "Structural abstract interpretation, A formal study using Coq"](https://hal.inria.fr/inria-00329572)
* https://github.com/coq-community/semantics
* [Nipkow, [2012] "Abstract Interpretation of Annotated Commands"](https://isabelle.in.tum.de/~nipkow/pubs/itp12.pdf)
* [Nipkow, Klein, [2023] "Concrete Semantics with Isabelle/HOL" (chapter 13)](http://www.concrete-semantics.org)