type token
=
| IDENT of string |
| STRING of string |
| INT of int |
| FLOAT of float |
| NODE of int |
| DIGRAPH |
| BOUNDINGBOX |
| POS |
| GRAPH |
| ARROW |
| BAR |
| COLON |
| COMMA |
| SPACE |
| SEMICOLON |
| DOT |
| EQUAL |
| LEFTPAR |
| LEFTPAR_STAR_RIGHTPAR |
| LEFTSQ |
| LRARROW |
| QUOTE |
| RIGHTPAR |
| RIGHTSQ |
| LEFTAC |
| RIGHTAC |
| UNDERSCORE |
| EOF |
val file : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Mlpost_dot__.Xdot_ast.file
val path : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Mlpost_dot__.Xdot_ast.path
val bounding_box : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Mlpost_dot__.Xdot_ast.point * Mlpost_dot__.Xdot_ast.point
val pos : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Mlpost_dot__.Xdot_ast.point