package mopsa

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

Runner - main entry point of the analysis

Command-line options

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

val opt_interactive : string ref
val parse_options : string array -> (string list -> string list option -> 'a) -> unit -> 'b

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

Parsing

***********

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

Call the appropriate frontend to parse the input sources

Entry points

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

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

Innovation. Community. Security.