package mopsa

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

Pretty-printing for CFG.

Text printing

val cfg_printer : ('a, Mopsa.stmt) Ast.CFG.printer

DOT output

val pp_location : Stdlib.Format.formatter -> Mopsa.Location.pos -> unit
val dot_printer : ('a, Mopsa.stmt) Ast.CFG.dot_printer
val output_dot : string -> string -> Ast.cfg -> unit

Prints the graph in dot format in the specified filename.

OCaml

Innovation. Community. Security.