This is the mail archive of the gcc-help@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]

How to - some help needed for creating syntax extensions


Hello

I'm trying to adapt some new language extensions for C
compiler, 
Silly question:
is there any info available how to emit code for new
constructs and override behavior for existing ones?
Not so silly question:
Does anyone know, what to do, if I want to :
1) introduce new block element
2) oveeride constructs for jumping in/out and
returning from that block.
3) make the code geneerator architecture independent
to the largest extent possible

BR
VA

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com


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