[antlr-interest] Additional tokens not being passed to Create(IToken token) ?

Terence Parr parrt at cs.usfca.edu
Tue Oct 21 13:33:51 PDT 2008


On Oct 21, 2008, at 1:31 PM, Dejas Ninethousand wrote:

> I attached the whole parser file last reply, but here is the  
> namespace_decl production:

right you have to make it as easy as possible on people so they are  
willing to help. We are all lazy ;)

Anyhoo, your problem seems strange because it clearly calls

                     adaptor.AddChild(root_0,  
adaptor.Create(NAMESPACE_COMPLETE, "blort"));

create. If you set a breakpoint at it does not get there, the only  
explanation is that an exception occurs or something else that  
prevents it from going there.

Ter



More information about the antlr-interest mailing list