module Parser:An ocamlyacc-based parser for RASCL files.sig..end
type token
val config_dict : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Rascl.Dict.tconfig_dict lexfun lexbuf returns a RASCL dictionary. The only
available implementation for lexfun is Lexer.dict. In general,
there is no need to use this function directly. Use
read_config_file instead.