> 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 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
