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/core/Core/Marker/index.html

Module Core.MarkerSource

Trace markers

Sourcetype marker = ..
Sourcetype marker_info = {
  1. marker_name : string;
  2. marker_print_name : (marker -> string) -> marker -> string;
  3. marker_print : (Stdlib.Format.formatter -> marker -> unit) -> Stdlib.Format.formatter -> marker -> unit;
  4. marker_compare : (marker -> marker -> int) -> marker -> marker -> int;
}
Sourceval compare_marker : marker -> marker -> int
Sourceval pp_marker : Stdlib.Format.formatter -> marker -> unit
Sourceval get_marker_name : marker -> string
Sourceval register_marker : marker_info -> unit
Sourcetype Ast.Stmt.stmt_kind +=
  1. | S_add_marker of marker
Sourceval enable_marker : string -> unit
Sourceval disable_marker : string -> unit
Sourceval is_marker_enabled : marker -> bool
Sourceval available_markers : unit -> string list
OCaml

Innovation. Community. Security.