Hi, I am planning to write a source to source (C++ to C++) translator. The translator's job is to parse the C++ program augemented with some annotations (not part of C++ standard) and produce a standard C++ code. The annotations are written in the form of comments (/* ...*/). Will g++ be ideal for this project? How long does it take to master g++? Duration of the project is 1 month.
Thanks, Ganesh _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
