Frama-C API - Apron_parser
type token = | TK_EOF| TK_VERTEX| TK_RAY| TK_LINE| TK_RAYMOD| TK_LINEMOD| TK_SUPEG| TK_INFEG| TK_SUP| TK_INF| TK_EG| TK_DISEG| TK_MOD| TK_POW of Texpr1.typ * Texpr1.round| TK_LBRACKET| TK_RBRACKET| TK_SEMICOLON| TK_LPAR| TK_RPAR| TK_MUL of Texpr1.typ * Texpr1.round| TK_ADD of Texpr1.typ * Texpr1.round| TK_SUB of Texpr1.typ * Texpr1.round| TK_DIV of Texpr1.typ * Texpr1.round| TK_MODULO of Texpr1.typ * Texpr1.round| TK_CAST of Texpr1.typ * Texpr1.round| TK_SQRT of Texpr1.typ * Texpr1.round| TK_MPQF of Mpqf.t| TK_FLOAT of float| TK_VAR of string
val lincons : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Lincons0.typ * (string * Coeff.t) listval generator : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Generator0.typ * (string * Coeff.t) listval tcons : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Tcons0.typ * Texpr1.exprval texpr : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Texpr1.expr