You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic class/interface
It should receive the dataflow and the normalized AST as an input, and produce the result of the abstract interpretation (whatever it may be) as an output.
In short:
A basis interface for the Abstract Interpretation
Basic API (Sessions, etc.)
Datastructures for the intervals and processing of the operations (+, -, ...)
It would be nice to get a minimal test example, which, for example, labels the dataflow as "OK" (in whatever form you want).
The text was updated successfully, but these errors were encountered:
A basic class/interface
It should receive the dataflow and the normalized AST as an input, and produce the result of the abstract interpretation (whatever it may be) as an output.
In short:
+
,-
, ...)It would be nice to get a minimal test example, which, for example, labels the dataflow as "OK" (in whatever form you want).
The text was updated successfully, but these errors were encountered: