Module Rascl.Parser


module Parser: sig .. end
An ocamlyacc-based parser for RASCL files.

type token 
val config_dict : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Rascl.Dict.t
config_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.