Analyser |
Main file of the program.
|
Analysis |
Analyse a program statically with abstract interpretation
|
Debug |
Module which simplifies print of debug
|
Exceptions |
Module which is used to raise or handle non-fatal exceptions
|
GenericAbstract |
Static interpretation methods which are not dependant to the abstraction domain chosen.
|
Options |
Module which contains the options given as parameter to the program
|
SpecialVariables |
Module to store the special variables which are used to store registers in contexts
|
SpecificAbstract |
Methods which depend of the abstract domain.
|
Types |
Types used during the analysis
|
Utils |
Utilitary function in order to achieve static interpretation
|