package mopsa

  1. Overview
  2. Docs
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa

doc/mopsa.mopsa_analyzer/Mopsa_analyzer/Framework/Engines/Interactive/Action/index.html

Module Interactive.Action

val action_vars : action -> Core.Ast.Var.var list
val action_line_opt : action -> (string * int) option
val action_line_vars : action -> Core.Ast.Var.var list

Get the variables appearing in the line of an action

val nb_digits : int -> int
val pp_right_align_int : int -> Format.formatter -> int -> unit
val pp_right_align : int -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a -> unit
val fix_string_indentation : int -> string -> string
val truncate_string : string -> string
val pp_exec : truncate:bool -> indent:int -> Format.formatter -> Core.All.stmt -> unit
val pp_eval : truncate:bool -> indent:int -> Format.formatter -> Core.All.expr -> unit
val pp_action : ?truncate:bool -> ?indent:int -> Format.formatter -> action -> unit
val pp_action_source_code : 'a -> action -> unit

Print source code of an action

OCaml

Innovation. Community. Security.