On Sun, 6 Feb 2011, SF Markus Elfring wrote: > > The main change is to introduce the possibility to use disjunctions on > > identifiers, > > such as function names, structure field names, local variable names, etc. > > Thanks for this extension/completion of your semantic patch language. > > I am curious if more features from current technology in regular expressions > like you added the choice operator (alternation) will be integrated into your > software tool. > http://en.wikipedia.org/wiki/Regular_expression#POSIX_Extended_Regular_Expressions
Coccinelle provides regular expressions based on the regular expressions provided by ocaml. There are currently no plans to extend that. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
