Module Graph__Dot_parser
type token=|ID of Graph.Dot_ast.id|COLON|COMMA|EQUAL|SEMICOLON|EDGEOP|STRICT|GRAPH|DIGRAPH|LBRA|RBRA|LSQ|RSQ|NODE|EDGE|SUBGRAPH|EOF
val file : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Graph.Dot_ast.file