module Odot_parser:sig
..end
type
token =
| |
LBRA |
| |
RBRA |
| |
STRICT |
| |
GRAPH |
| |
DIGRAPH |
| |
Id of |
| |
Id_html of |
| |
Id_double_quoted of |
| |
SEMICOLON |
| |
NODE |
| |
EDGE |
| |
LSBRA |
| |
RSBRA |
| |
COMMA |
| |
EQUALS |
| |
SUBGRAPH |
| |
COLON |
| |
PLUS |
| |
EDGEOP |
| |
EOF |
val graph : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Odot_types.graph