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

https://github.com/namin/abi


https://github.com/namin/abi

abstract-interpretation paper-implementations scheme

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Abstracted Interpreter

The code follows the 2003 tutorial by Daniel P. Friedman and Anurag Mendhekar
on _Using an Abstracted Interpreter to Understand Abstract Interpretation_
([PDF](http://web.archive.org/web/20160913163222/http://www.cs.indiana.edu/l/www/classes/b621/abiall.pdf)).

A 2017 paper following a similar but more principled approach is
_Abstracting Definitional Interpreters_ by Darais et al.
([PDF](http://david.darais.com/assets/papers/abstracting-definitional-interpreters/adi.pdf),
[code](https://github.com/plum-umd/abstracting-definitional-interpreters)).