Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: [ptp-dev] ANTLR v3 is now available

For those who want to play with ANTLR v3 in eclipse plugins, I have updated the org.antlr project I have in org.eclipse.cdt/utils. All you need to do is copy the four jar files from the antlr-3.0/libs directory into the project folder.

 

Also, as we did with LGP, we’ll only put the ANTLR runtime through the IP process. You will still need to download ANTLR to build grammars. Part of this is because ANTLR still uses v2 to parse the v3 grammars and v2 didn’t pass the IP inspection process…

 

Cheers,

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Doug Schaefer
Sent: Friday, May 18, 2007 11:14 AM
To: CDT General developers list.; ptp-dev@xxxxxxxxxxx
Subject: [ptp-dev] ANTLR v3 is now available

 

Hey gang,

 

Terence Parr has released ANTLR version 3. Website is www.antlr.org. This is a ground up rewrite with a new LL(*) parsing algorithm that Terence has been working on for years. This should greatly simplify grammar writing especially for complex languages.

 

I’ll be working to get this version through the IP process. It’ll probably take a few weeks since the IP team has a lot of work to do for Europa first. Hopefully, then, we’ll be able to use it for Eclipse projects.

 

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com

 


Back to the top