[antlr-interest] unexpected end of subtree

Mr Torsten Curdt tcurdt at yahoo.com
Tue Jun 29 08:07:17 PDT 2004


> From what you posted it seems to me you have
> PARAMETER trees with only one child, not two.

Bummer! I forgot to tell: yes, some PARAMETERS
do have only a single child. So basically this
rule

  #(PARAMETER kn=literal kv=literal)

was not good enough. I had to add

  #(PARAMETER kn=literal (kv=literal)? )

Thanks for your help!

cheers
--
Torsten


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 



More information about the antlr-interest mailing list