Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] JavaCC and the JJ file.

> 
> There are quite a few things that the current parser doesn't pick up.  The
> one that is bugging me lately is the WINAPI and friends macros that blow up
> the function they are modifying.  We need to get something in for the April
> delivery (can I call this 1.0.2?) to bring the quality level of the outline
> view a bit higher that what we've got.
> 
> Alain, since we're not scheduled to release the new parser until after
> April, would you be interested in committing the work you have done with the
> old IBM parser?  Or fire a patch at me so that I could polish it off and get
> it in?  Then, we should also be able to add in the K&R param decls as well
> (hopefully easy...). 

I will take a look at it again, seems so long. To get it going,
I wrote a basic C Preprocessor(although evaluation of expression was
still missing) and moved things around to generate the ICElement.
Let me see, if I can dig this out again.




Back to the top