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/config/Config/Parser/index.html

Module Config.ParserSource

Parser of configuration files

Configuration file

**********************

Sourceval opt_config : string Stdlib.ref

Path to the current configuration

Sourceval all_domains : unit -> string list
Sourceval all_reductions : unit -> string list

Domain parser

*****************

Sourceval debug : ('a, Stdlib.Format.formatter, unit, unit) Stdlib.format4 -> 'a
Sourceval parse_domain : Yojson.Basic.t -> Syntax.domain
Sourceval parse_domain_reduction : string -> Syntax.domain_reduction
Sourceval parse_domain_functor : Yojson.Basic.t -> Syntax.domain_functor
Sourceval parse_value : Yojson.Basic.t -> Syntax.value
Sourceval parse_value_reduction : string -> Syntax.value_reduction
Sourceval parse_value_functor : Yojson.Basic.t -> Syntax.value_functor

Toplevel attributes

***********************

Sourceval get_language : [> `Assoc of (string * Yojson__Basic.t) list ] -> string
Sourceval get_domain_json : [> `Assoc of (string * 'a) list ] -> 'a

Entry points

****************

Sourceval parse : string -> Syntax.abstraction
Sourceval language : string -> string
Sourceval domains : string -> string list
OCaml

Innovation. Community. Security.