Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Re: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version : 3.0

Well, no, actually. I just created it in the CDT area because I can write
there. The intention is to eventually put it into the Orbit area. As all
things in Orbit seem to be, I'll only put the plug-in there. You then need
to include it in your features. If you are using PDE build, you can just put
an entry in the map file to check out the plug-in from there. So you can
start using it from the CDT area and it'll be a minor change when we move it
to Orbit.

And, no, this will not go into CDT 4.0. It probably won't ever go into the
CDT feature, unless we use it for the CDT's base parsers, but I'd count that
unlikely at the moment. We really need to keep an eye on performance and I'm
not convinced that either ANTLR or LPG can match the hand tweaking we've
done to our current parsers. But anyone else integrating other languages
into the CDT (like I'd still like to do with C#), it's an option.

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


> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Greg Watson
> Sent: Friday, June 01, 2007 5:49 PM
> To: Parallel Tools Platform general developers
> Cc: CDT General developers list.
> Subject: [cdt-dev] Re: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version:
> 3.0
> 
> Hey Doug, thanks for doing this. It sounds like CDT is going to be
> the home (or at least a prereq for all new ANTLR based languages). I
> don't think this is a problem for now, but we should probably discuss
> the implications sometime.
> 
> Will this go in 4.0?
> 
> Cheers,
> 
> Greg
> 
> On Jun 1, 2007, at 2:43 PM, Doug Schaefer wrote:
> 
> > Hi gang, I have created an org.antlr.runtime in /cvsroot/tools at
> > org.eclipse.cdt/utils. When building grammars I recommend you
> > extract the
> > remaining three jar files from the antlr libs directory into this
> > plug-in
> > and then refer to it in any builders you create to call it, just as a
> > standard so other people can work on the grammars to in a portable
> > environment. The three jars have been added to the .cvsignore file
> > (since
> > I've already done this in my workspace).
> >
> > This still needs to be Orbit-ized, but at least you can start with a
> > standard plug-in.
> >
> > Have fun.
> > Doug Schaefer, QNX Software Systems
> > Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> >
> >
> >> -----Original Message-----
> >> From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-
> >> bounces@xxxxxxxxxxx] On
> >> Behalf Of Doug Schaefer
> >> Sent: Thursday, May 31, 2007 11:18 PM
> >> To: Parallel Tools Platform general developers
> >> Cc: CDT General developers list.
> >> Subject: RE: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version: 3.0
> >>
> >> Cross posting to cdt-dev. This is great news!
> >>
> >> Let the LPG vs. ANTLR wars begin :).
> >>
> >> Just kidding. I'm sure they have their own strengths and
> >> weaknesses for
> >> different grammars. And different grammar writers will have their
> >> personal
> >> preferences.
> >>
> >> Now, this is just for distributing the ANTLR runtime as part of
> >> Eclipse
> >> features. People writing grammars will still have to get the full
> >> ANTLR
> >> install from antlr.org but make sure you don't redistribute it.
> >> I'll work
> >> on
> >> getting an org.antlr.runtime plug-in into Orbit that people can
> >> include in
> >> their builds.
> >>
> >> Thanks go to Greg and Craig for helping me push this through.
> >> Doug Schaefer, QNX Software Systems
> >> Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> >>
> >>> -----Original Message-----
> >>> From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-
> >>> bounces@xxxxxxxxxxx]
> >> On
> >>> Behalf Of Greg Watson
> >>> Sent: Thursday, May 31, 2007 6:14 PM
> >>> To: Parallel Tools Platform general developers
> >>> Subject: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version: 3.0
> >>>
> >>> This is great news. We have approval to include the ANTLR runtime in
> >>> our plugins.
> >>>
> >>> Greg
> >>>
> >>> Begin forwarded message:
> >>>
> >>>> From: emo-ip-team@xxxxxxxxxxx
> >>>> Date: May 31, 2007 3:01:39 PM MDT
> >>>> To: g.watson@xxxxxxxxxxxx
> >>>> Subject: [IPZilla CQ: 1359] ANTLR Version: 3.0
> >>>>
> >>>> http://dev.eclipse.org/ipzilla/show_bug.cgi?id=1359
> >>>>
> >>>>
> >>>> janet.campbell@xxxxxxxxxxx changed:
> >>>>
> >>>>            What    |Removed                     |Added
> >>>> -------------------------------------------------------------------
> >>>> ---
> >>>> ------
> >>>>               State|awaiting_triage             |
> >>>> approved_all_projects
> >>>>              Status|NEW                         |RESOLVED
> >>>>          Resolution|                            |FIXED
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> ------- Comment #11 from janet.campbell@xxxxxxxxxxx  2007-05-31
> >>>> 17:01 -------
> >>>> Approved.
> >>>>
> >>>>
> >>>> --
> >>>> Configure bugmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?
> >>>> tab=email
> >>>> ------- You are receiving this mail because: -------
> >>>> You are on the CC list for the bug, or are watching someone who is.
> >>>
> >>> _______________________________________________
> >>> ptp-dev mailing list
> >>> ptp-dev@xxxxxxxxxxx
> >>> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> >> _______________________________________________
> >> ptp-dev mailing list
> >> ptp-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> > _______________________________________________
> > ptp-dev mailing list
> > ptp-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/ptp-dev
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top