Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Module providing functions to parse a config from various kind of inputs.
val pp_token : Format.formatter -> Menhir_parser.token -> unit
Pretty print a token
val from_lexbuf : Sedlexing.lexbuf -> (Types.config, string) result
Parse a config from a lexing buffer.
val from_string : string -> (Types.config, string) result
Parse a config from a string.
val from_channel : in_channel -> (Types.config, string) result
Parse a config from a channel.
val from_file : string -> (Types.config, string) result
Parse a config from a file.