[antlr-interest] * is a non-unique reference

jabon elekis at gmail.com
Wed Apr 16 09:57:20 PDT 2008


hi all,

I begun to use a parser but I have problem to get the text of a token

there my rule 

document  : T_Implementation T_Module 
T_Ident{callback.ImplementationModule($T_Ident.text);} T_SemiColon 
importclause*  T_End T_Ident T_SemiColon;

and I would like to get the T_ident text but I have the follow error

error(127): Pyaflplug.g:19:46: T_Ident is a non-unique reference

and I don't understand (noob m I , sorry)

thanks


a+++



More information about the antlr-interest mailing list