module Bnf_parser:sig
..end
type
token =
| |
RBRACK |
| |
PIPE |
| |
LBRACK |
| |
ID of |
| |
EOF |
| |
DOT |
| |
DEF |
exception Error
val start : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Bnf_spec.Bnf.grammar