From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Mon, 13 Jul 2015 15:00:12 +0200 Subject: [Cocci] Data processing for expression ASTs In-Reply-To: References: <55A36680.1020707@users.sourceforge.net> <55A39908.6060600@users.sourceforge.net> <55A39DA6.3030109@users.sourceforge.net> Message-ID: <55A3B65C.9080708@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr >> How are the chances that more documentation will become available >> for safe processing of corresponding abstract syntax graph instances? > > About the same as the chance that a user who wants the documentation will > write it. I have no plans to do so. In general, if you know enough OCaml > to use the abstract syntax tree, you also know enough OCaml to figure out > what it is from the source code. Everything is defined in > parsing_c/ast_c.ml. Does this "tree" data structure correspond to the complete input from the source file? I imagine that a special mapping for expression data should be sufficient for the discussed SmPL metavariable, shouldn' it? Regards, Markus