Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Re: Was the Parser class generated?

Carlos,

The compiler sources are part of the JDT/Core plugin, its parser automaton
got generated with JikesPG using a BNF grammar (see
org.eclipse.jdt.internal.compiler.parser.Parser#grammar method).

Now this being said, we added quite significant pieces to the resulting
parser automaton, like a scanner and support for addressing error
reporting, error recovery etc... Are you looking at anything in particular
?



                                                                                                                                 
                      Carlos Perez                                                                                               
                      <ceperez@xxxxxxxxx>         To:      jdt-core-dev@xxxxxxxxxxx                                              
                      Sent by:                    cc:                                                                            
                      jdt-core-dev-admin@         Subject: Re: [jdt-core-dev] Re: Was the Parser class generated?                
                      eclipse.org                                                                                                
                                                                                                                                 
                                                                                                                                 
                      02/25/2002 09:45 PM                                                                                        
                      Please respond to                                                                                          
                      jdt-core-dev                                                                                               
                                                                                                                                 
                                                                                                                                 



What I mean is, where can I find the source for the compiler that was
generated for Eclipse. Not the source for the Jikes Parser generator. I see
some .rsc files but I don't know what they are.


Thanks,


Carlos



Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games









Back to the top