module Xml_right_parser:sig..end
LR(1) parser generated from xml_right_parser.mly with ocamlyacc.
type token =
| |
EOF |
| |
PCDATA of |
| |
TAG_OPEN of |
| |
TAG_OPEN_CLOSE of |
| |
TAG_CLOSE of |
val main : (Stdlib.Lexing.lexbuf -> token) ->
Stdlib.Lexing.lexbuf -> Xml_light_types.xml