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

Terence Parr parrt at jguru.com
Mon Jan 7 10:02:19 PST 2002


On Monday, January 7, 2002, at 03:42  AM, Christian Ernst wrote:

> Hy Terence !
>
> Terence Parr wrote:
>
>>
>>> 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.
>
> We did all the needed checks by using Visual Age for Java,
> which seems to be a very good Tool for finding these kind of relations
> between classes
> also it is easy to reorganize Code.
> Yust do the changes and yous see where somethings breaks..

Great!  THen we can rely on you testing the alpha releases to ensure 
they have the right classes in the antlr.jar! ;)

Ter
--
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