From: Bing-Chang L. <op...@bc...> - 2005-01-05 05:32:19
|
Perhaps you can have a look are the PUMA library from http://wwwivs.cs.uni-magdeburg.de/~puma/ It's packaged with Aspect C++ now. http://www.aspectc.org It seems to allow you to search syntax trees and to perform manipulations on them. The User Manual's tutorial shows how it can be used to rename all instances of a private member variable in C++ source files. Cheers Bing-Chang Lai |