package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Framework.RunnerSource

Runner - main entry point of the analysis

Command-line options

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

Sourceval opt_interactive : string Stdlib.ref
Sourceval parse_options : string array -> (string list -> 'a option -> int) -> unit -> int

Parse command line arguments and apply f on the list of target source files

Parsing

***********

Sourceval parse_program : string -> string list -> Ast.Program.program

Call the appropriate frontend to parse the input sources

Entry points

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

Sourceval analyze_files : string list -> string list option -> int
Sourceval run : unit -> 'a
OCaml

Innovation. Community. Security.