module Parse:functor (B:Builder.S) ->functor (L:sigval node :Dot_ast.node_id -> Dot_ast.attr list -> B.G.V.labelHow to build the node label out of the set of attributes
val edge :Dot_ast.attr list -> B.G.E.labelHow to build the edge label out of the set of attributes
end) ->sig..end
Provide a parser for DOT file format.
| Parameters: |
|
val parse : string -> B.G.tParses a dot file
val parse_bounding_box_and_clusters : string -> B.G.t * string * Dot.clusters_hashParses a dot file and returns the graph, its bounding box and a hash table from clusters to dot attributes