[antlr-interest] ANTLR 3.1b1 released!

Terence Parr parrt at cs.usfca.edu
Wed May 21 14:05:44 PDT 2008


Interesting. I wonder if this scene only during debugging or when  
using a nonstandard constructor (i.e., a constructor specified by the  
user for the recognizer).

Ter
On May 21, 2008, at 2:03 PM, Jim Idle wrote:

> On Wed, 2008-05-21 at 13:57 -0700, Terence Parr wrote:
>>
>> On May 21, 2008, at 1:54 PM, Andreas Bartho wrote:
>>
>> > Hi,
>> >
>> >> You'll have to regenerate your recognizers from your grammars,  
>> but,
>> >> for the most part, 3.1 should be a drop in replacement for  
>> 3.0.1. :)
>> >
>> > the parser generation works without errors (and magnitudes faster
>> > than with 3.0.1).
>>
>> hooray!
>>
>> > But when running the parser with memoization I get an error  
>> message:
>> >
>> > !!!!!!!!! memo array is null for CSharp.g
>> >
>> > Please tell me if you need my grammar to investigate the issue.
>>
>> whichTarget? java? C#? C?
>
> Looks like:
>
> ./runtime/Java/src/org/antlr/runtime/BaseRecognizer.java:	  
> System.out.println("!!!!!!!!! memo array is null for "+  
> getGrammarFileName());
>
>
> Though this is also copied in the ActionScript target it would seem.
>
> Jim



More information about the antlr-interest mailing list