Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] scripts to automate insertion of jikespg output into Parser.java, etc.

Assuming you read already
http://www.eclipse.org/jdt/core/howto/generate%20parser/generateParser.html
You may also want to look at: Parser#buildFilesFromLPG(...) .

More scripts are welcome if proven useful.



                                                                           
             Patrice Chalin                                                
             <chalin@cse.conco                                             
             rdia.ca>                                                   To 
             Sent by:                  jdt-core-dev@xxxxxxxxxxx            
             jdt-core-dev-boun                                          cc 
             ces@xxxxxxxxxxx           Perry James <perry@xxxxxxxx>        
                                                                   Subject 
                                       [jdt-core-dev] scripts to automate  
             03/04/2007 01:30          insertion of jikespg output into    
             AM                        Parser.java, etc.                   
                                                                           
                                                                           
             Please respond to                                             
             "Eclipse JDT Core                                             
             developers list."                                             
             <jdt-core-dev@ecl                                             
                 ipse.org>                                                 
                                                                           
                                                                           




Hi,

In our work on integrating JML to the JDT core we will be updating the
grammar file fairly often.  Does anyone have script(s) to insert the
JikesPG output into the right places?  Might it make sense to put such
scripts under org.eclipse.jdt.core/grammar or org.eclipse.jdt.core/scripts?

Thanks,
Patrice Chalin
--
Patrice Chalin, Assistant Prof.,  http://users.encs.concordia.ca/~chalin
Dependable Software Research Group, CSE Department, Concordia University
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top