X-Git-Url: https://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/3a31414346dd7d7e8baa4cb8b804a2d5e1797962..17ba07880e1838028b4516ba7a2db2147b3aa1c9:/parsing_cocci/parser_cocci_menhir.mli?ds=sidebyside diff --git a/parsing_cocci/parser_cocci_menhir.mli b/parsing_cocci/parser_cocci_menhir.mli index 7b51e55..83e6266 100644 --- a/parsing_cocci/parser_cocci_menhir.mli +++ b/parsing_cocci/parser_cocci_menhir.mli @@ -44,6 +44,8 @@ type token = | TTildeExclEq of (Data.clt) | TTildeEq of (Data.clt) | TTilde of (Data.clt) + | TSymbol + | TSymId of (string * Data.clt) | TSwitch of (Data.clt) | TSub of (Data.clt) | TString of (string * Data.clt) @@ -70,7 +72,7 @@ type token = | TParameter | TPOEllipsis of (Data.clt) | TPCEllipsis of (Data.clt) - | TPArob + | TPArob of (Data.clt) | TOrLog of (Data.clt) | TOr of (Data.clt) | TOn @@ -88,6 +90,7 @@ type token = | TMinusFile of (string * Data.clt) | TMinus of (Data.clt) | TMid0 of (Data.clt) + | TMetavariable | TMetaType of (Parse_aux.info) | TMetaStmList of (Parse_aux.info) | TMetaStm of (Parse_aux.info) @@ -97,10 +100,12 @@ type token = | TMetaLocalIdExp of (Parse_aux.typed_expinfo) | TMetaLocalFunc of (Parse_aux.idinfo) | TMetaIterator of (Parse_aux.idinfo) + | TMetaInitList of (Parse_aux.list_info) | TMetaInit of (Parse_aux.info) | TMetaIdExp of (Parse_aux.typed_expinfo) - | TMetaId of (Parse_aux.idinfo) + | TMetaId of (Parse_aux.midinfo) | TMetaFunc of (Parse_aux.idinfo) + | TMetaFieldList of (Parse_aux.list_info) | TMetaField of (Parse_aux.info) | TMetaExpList of (Parse_aux.list_info) | TMetaExp of (Parse_aux.typed_expinfo) @@ -108,6 +113,7 @@ type token = | TMetaDeclarer of (Parse_aux.idinfo) | TMetaDecl of (Parse_aux.info) | TMetaConst of (Parse_aux.typed_expinfo) + | TMeta of (Parse_aux.info) | TMPtVirg | TLogOp of (Ast_cocci.logicalOp * Data.clt) | TLocal