Module Cfg.Bnf_parser

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