framework
Framework.Runner
Runner - main entry point of the analysis
abstraction
ast
bitfields
c
c_common
c_lang
cfg
combiner
combiners
combiners_common
config
congUtils
containers
core
cpython
domain
engines
heap
hooks
interactive
intervals
itvUtils
lang
lattices
mopsa
mopsa.c_stubs_parser
mopsa.mopsa_analyzer
mopsa.mopsa_analzyer
mopsa.mopsa_build_db
mopsa.mopsa_c_parser
mopsa.mopsa_c_stubs_parser
mopsa.mopsa_py_parser
mopsa.mopsa_universal_parser
mopsa.mopsa_utils
numeric_common
numeric_reductions
numeric_values
output
params
parsing
passes
powersets
python
python_lang
reduction
relational
repl
sig
stubs
toplevel
universal
universal_interproc
universal_iterators
universal_numeric
utils_core
value
************************
val opt_interactive : string Stdlib.ref
val parse_options : string array -> (string list -> string list option -> 'a) -> unit -> 'a
Parse command line arguments and apply f on the list of target source files
f
***********
val parse_program : string -> string list -> Ast.Program.program
Call the appropriate frontend to parse the input sources
****************
val analyze_files : string list -> string list option -> int
val run : unit -> 'a