package mopsa

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

Install

Dune Dependency

Authors

Maintainers

Sources

mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500

doc/interactive/Interactive/Action/index.html

Module Interactive.ActionSource

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

Get the variables appearing in the line of an action

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

Print source code of an action

OCaml

Innovation. Community. Security.