On Tue, 21 Dec 2010, SF Markus Elfring wrote: > > In terms of Coccinelle, probably only very lightweight support will be > > offered in the short term, because more thorough support would require > > more invasive changes to the implementation. > > Would you like to reuse any informations and corresponding software from > papers > like a thesis "A Computer Language Transformation System Capable of > Generalized > Context-Dependent Parsing" by Adrian D. Thurston? > http://hdl.handle.net/1974/1629 > http://www.complang.org/colm/
I'm not sure we want to use their software. Coccinelle has the particularity of not expanding CPP code. It would be unfortunate to lose that, both for reconstructing the source code when making transformation and for defining transformations that involve macros. Perhaps some of the ideas in these works could be useful, though. Thanks for the pointers. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
