[antlr-interest] merged Ric's changes into main ANTLR line

Terence Parr parrt at jguru.com
Mon Dec 24 14:19:16 PST 2001


On Monday, December 3, 2001, at 03:13  AM, Christian Ernst wrote:

> Hy !
>
> Terence Parr wrote:
>
>>  I have about 10 things that I want to fix before releasing a 2.7.2
>> version.
>
> I would be intertested if it would contains changes for:
>
> 1. The Java Generator  for generating smaller static array 
> initializer !?

It turns out (after rereading all the posts) that I have done only the 
break up of static{} for bitset init to one static method per bitset.  
I'll see if I can squeeze in the optimization that 0L values are not set.

> 2. Cutting down the size of the Java Runtime library !?
>     ( removing any dependicies to antlr/Tool class, adding a class for 
> string
> manipulation ?!)

I have moved strip*() string methods out of Tool and changed 
Tool.warning references from ASTFactory to be calls to a member method 
called error(), which you can override and then set Parser.setASTFactory 
if you want errors going somewhere else.  Tool.class is no longer in my 
mkjar routine, but I still haven't gotten a great method of determining 
whether I have all the necessary classes.  I'll look at your list again.

Terence
--
Chief Scientist & Co-founder, http://www.jguru.com
Creator, ANTLR Parser Generator: http://www.antlr.org


 

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



More information about the antlr-interest mailing list