Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clayrat/guarded-absint
- Owner: clayrat
- Created: 2024-07-04T16:07:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:24:09.000Z (2 months ago)
- Last Synced: 2024-10-10T21:50:53.366Z (28 days ago)
- Language: Agda
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)