Frama-C:
Plug-ins:
Libraries:

Frama-C API - S

The four abstractions: values, locations, states and evaluation context, plus the evaluation engine for these abstractions.

include Engine_abstractions_sig.S
module Dom : Engine_abstractions_sig.Domain with type value = Val.t and type location = Loc.location and type context = Ctx.t
module Eval : Evaluation_sig.S with type state = Dom.t and type context = Ctx.t and type value = Val.t and type loc = Loc.location and type origin = Dom.origin
module Transfer_stmt : Transfer_stmt with type state = Dom.t
module Iterator : Iterator with type state = Dom.t
module Compute : Compute with type state = Dom.t and type value = Val.t and type loc = Loc.location
module Interferences : Interferences with type state = Dom.t