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.0.tar.gz
md5=9f673f79708b44a7effb3b6bb3618d2c
sha512=cb91cb428e43a22f1abbcb8219710d0c10a5b3756d0da392d4084b3b3a6157350776c596983e63def344f617d39964e91f244f60c07958695ee5c8c809a9f0f4

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.