The current ANTLR 3.2 uses StringTemplate for code generation and whether the ANTLR parser is written in v2 or v3 affects neither code generation nor the writing of a language target runtime. We are writing ANTLR v4 and this is written in v3. V4 is intended to be backward compatible grammatically and in most other ways (if not all).
So, you don't need to worry about this if you wish to implement Objective C. You might wish to look at just producing a veneer for the C target for objective C. I am eventually going to do that for C++ Jim > -----Original Message----- > From: [email protected] [mailto:antlr-interest- > [email protected]] On Behalf Of Alan Condit > Sent: Thursday, April 08, 2010 1:37 PM > To: [email protected] > Subject: [antlr-interest] antlr-3.2 grammar > > I am interested in working with Ian Mitchell on the Objective-C target. > From what I have been reading it seems like one of the current hang-ups > to effective code generation is that antlr-3.2 is still written using > v2 and lack of a string-template grammar for antlr-3.2. One, is this > correct? Two, what is the chance of Antlr3 being re-written using > Antlr3? > > Thanks, > Alan > --- > > Alan Condit > 1085 Tierra Ct. > Woodburn, OR 97071 > > Email -- [email protected] > Home-Office (503) 982-0906 > > > List: http://www.antlr.org/mailman/listinfo/antlr-interest > Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your- > email-address List: http://www.antlr.org/mailman/listinfo/antlr-interest Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address -- You received this message because you are subscribed to the Google Groups "il-antlr-interest" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en.
