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/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.