OilParsertype token = | RBRACK| LBRACK| RCURL| LCURL| SEMICOLON| COLON| COMMA| ASSIGN| DOTS| EOF| CPU| IMPLEMENTATION| OIL_VERSION| AUTO| NO_DEFAULT| WITH_AUTO| BOOLEAN| STRING| ENUM| FLOAT| INT64| UINT64| INT32| UINT32| OIL_STRING of string| NUMBER of int| OIL_FLOAT of float| OBJECT of string| OBJECT_TYPE of string| BOOL of bool| NAME of stringval file :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
(string * string * OilUtil.param_t list) list