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

https://github.com/zeta611/gisa

GISA is an implementation of "a very basic language" presented in 'Introduction to Static Analysis: An Abstract Interpretation Perspective.'
https://github.com/zeta611/gisa

introduction-to-static-analysis programming-language programming-language-theory static-analysis static-analyzer yacc

Last synced: 10 months ago
JSON representation

GISA is an implementation of "a very basic language" presented in 'Introduction to Static Analysis: An Abstract Interpretation Perspective.'

Awesome Lists containing this project

README

          

# GISA: A Gentle Introduction to Static Analysis
An implementation of "a very basic language" presented in
*Introduction to Static Analysis: An Abstract Interpretation Perspective* by
Kwangkeun Yi and Xavier Rival.

## Implementation
### The Interpreter
The interpreter implements the presented langauge as-is, with a point to be
noted: the syntax for the arguments to the `init` statement and the syntax for
*numbers* are specified.

### The Static Analyzer (TBD)
[The double description method](https://mathscinet.ams.org/mathscinet-getitem?mr=0060202)
is used to convert V- and H-representation of convex polygons.