This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Symbolic replacement
- From: shreyas krishnan <shreyas76 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 14 Sep 2005 15:44:10 +0000
- Subject: Symbolic replacement
- Reply-to: shreyas76 at gmail dot com
Hi,
I am trying to find out whats the best way to do the following.
I want to replace some pre-defined variables at a few pre-defined
line with a new temperory variable. I guess the front-end should be
the best place to do it. Do I need to do this for each rule in
c-parse.y ? Is there a more simpler and common way to handle it. ?
thanks for any suggestions
Shrey