Module Glt_common.Parser
type token=|YES_PROBA|WORD of string|TIMES_HERE|TIMES_CONNECT|PROBA_MSG|NUM of string|NICKS|NAAB_PROBA|ID|FLOAT of string|EQ|EOF|DEF_YES_PROBA|DEF_PROBA_MSG|COLON|ARROW
val file : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Character.t