[antlr-interest] java 1.4 as min value?

Terence Parr parrt at cs.usfca.edu
Wed Nov 17 09:30:59 PST 2004



On Nov 17, 2004, at 7:33 AM, Matt Benson wrote:

>
> I assume you refer to ANTLR 3.0's Java runtime since
> the "Tool" couldn't work without that either, and the
> restriction could only matter with regard to the
> runtime.  You can ship ANTLR 3.0 with a 1.4-dependent
> runtime library, but is there any practical reason why
> a user couldn't supply their own backend for
> compatibility with earlier Java releases if they
> REALLY (, REALLY) needed to?

Yeah, there's no problem; they can provide their own CharStream and all 
is well.

Though, I just started using LinkedHashMap in the analysis engine; 
believe it or not, I'm dumping my own OrderedHashtable in favor of a 
standard java class!  Wow! ;)  Saves code space, but makes antlr itself 
1.4 dependent.  I do like the 1.3 compatibility thing, but...

Ter
--
CS Professor & Grad Director, University of San Francisco
Creator, ANTLR Parser Generator, http://www.antlr.org
Cofounder, http://www.jguru.com
Cofounder, http://www.knowspam.net enjoy email again!





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
    antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 





More information about the antlr-interest mailing list