module Release_config_parser:sig
..end
type
token =
| |
IDENT of |
| |
INTEGER of |
| |
FLOAT of |
| |
BOOL of |
| |
STRING of |
| |
REGEXP of |
| |
LOG_LEVEL of |
| |
EQUALS |
| |
LBRACKET |
| |
RBRACKET |
| |
COMMA |
val input : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit