Module Scfg.Menhir_parser

type token =
| WORD of Stdlib.String.t
| RBRACE
| NEWLINE
| LBRACE
| EOF
exception Error
val config : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Types.config