Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / parsing_cocci / parser_cocci_menhir.mli
index 018c749..0e32475 100644 (file)
@@ -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)
@@ -98,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)