From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Wed, 03 Dec 2014 11:02:41 +0100 Subject: [Cocci] Determination of the number for named function parameters In-Reply-To: References: <5307CAA2.8060406@users.sourceforge.net> <530CD2C4.4050903@users.sourceforge.net> <530CF8FF.8080600@users.sourceforge.net> <530DD06F.4090703@users.sourceforge.net> <531B0D52.5070008@users.sourceforge.net> <531B32F4.9080004@users.sourceforge.net> <531B771D.3020900@users.sourceforge.net> <531C1FAD.6030009@users.sourceforge.net> <531C63B8.6090403@users.sourceforge.net> <531C6E71.8020807@users.sourceforge.net> <547EC539.5060300@users.sourceforge.net> <547ED432.8060204@users.sourceforge.net> Message-ID: <547EDFC1.3020904@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr > In an ocaml script, if you declare a metavariable as: > > (a,b) << r.e; > > then b is the abstract syntax tree of e. You can eg process it using the > visitors available visitor_c.ml. I am looking for more descriptions around the following information from the manual. "... The file parsing_c/ast_c.ml in the Coccinelle implementation gives some information about the structure of the abstract syntax tree. ..." Regards, Markus