module Dot_ast:sig
..end
type
id =
| |
Ident of |
| |
Number of |
| |
String of |
| |
Html of |
typeattr =
(id * id option) list
type
compass_pt =
| |
N |
| |
Ne |
| |
E |
| |
Se |
| |
S |
| |
Sw |
| |
W |
| |
Nw |
type
port =
| |
PortId of |
| |
PortC of |
typenode_id =
id * port option
type
subgraph =
| |
SubgraphId of |
| |
SubgraphDef of |
type
node =
| |
NodeId of |
| |
NodeSub of |
type
stmt =
| |
Node_stmt of |
| |
Edge_stmt of |
| |
Attr_graph of |
| |
Attr_node of |
| |
Attr_edge of |
| |
Equal of |
| |
Subgraph of |
type
file = {
|
strict : |
|
digraph : |
|
id : |
|
stmts : |