[antlr-interest] Newbie to ANTLR: Child node not found

Jean Bovet antlr-list at arizona-software.ch
Sat Feb 24 20:26:14 PST 2007


That's because ANTLRWorks does not find some token in the AST. Can be  
either a bug in ANTLRWorks or a problem interacting with ANTLR. Can  
you send me the grammar file and the step needed to reproduce the  
issue (at my e-mail jean_bovet at mac.com)?

Thanks a lot!

Jean

On Feb 24, 2007, at 8:18 PM, Raghu Kodali wrote:

> Hi All,
>
>    I am a newbie to ANTLR (not to grammars. used flex & bison for more
> than a few years).
>
> I am trying to create a AST & I get these warnings on the console  
> (I am
> using ANTLRWorks). I am not able to understand what it means.
>
> I am assuming that a child node is not being put into the AST. This  
> seem
> to be coming from my alphanumeric, alphabetic & number (int &  
> float) lex
> statements.
>
> Any explanation & possible directions for me to try out can be  
> helpful.
>
>
> Child node 12848256 not found!
> No token info for token index 10
>
> Child node 19608436 not found!
> No token info for token index 11
>
> Child node 20920201 not found!
> No token info for token index 14
>
> Thanks
> Raghu
>



More information about the antlr-interest mailing list