This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

about extending frontend


Hello ,

  I have written the frontend  prefix which currently
includes all basic arithmatic ,logical ,relational
operators ,control constructs .I want to extend it to
pointers ,arrays n structures .I want to do it by
reusing the routines 
of c-frontend( in c-*.c files).Is it possible to do
this? 
  I have used a array to store the varible names . I
think that could prove to bottleneck while doing this
? so what r  the symoltable routines of the c-frontend
that could help me to create the proper symboltable?.

Thanks.


sushil.





________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]