Ter,

I'm not an antlr expert, but I will say that Oracle no longer even
supports versions of the JDK that do not support generics in their
major code bases anymore. For example, NetBeans 6.9 actually requires
JDK 6.

So, in my view, it's pretty reasonable to use them. I actually prefer
it, as it reduces warnings in the code.

Just my two cents,

Stefik

On Wed, Jul 21, 2010 at 1:47 PM, Jim Idle <[email protected]> wrote:
> Ter,
>
> So long as we just the -target jsr14 javac option, then I think it is fine as 
> anyone else can also use that option on their own code and the generics have 
> no effect on the runtime byte code.
>
> Jim
>
>
>
>> -----Original Message-----
>> From: [email protected] [mailto:antlr-interest-
>> [email protected]] On Behalf Of Terence Parr
>> Sent: Wednesday, July 21, 2010 10:30 AM
>> To: [email protected] interest
>> Subject: [antlr-interest] using generics in next version of v3
>>
>> Hi,
>>
>> I'm  finding it hard to avoid using generics when updating the runtime
>> for the upcoming v3.3. In principle, we can generate byte codes are
>> compatible with all previous VMs. Is it okay if I start using generics
>> in the runtime? v4, also in development, uses them for sure.
>>
>> Ter
>>
>> 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
>

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.

Reply via email to