[antlr-interest] Please help a newbie!

Richard Clark rd_clark at sbcglobal.net
Tue Aug 3 08:32:20 PDT 2004


Correction to my answer:

> line
> 	{ float r; }
> 	:	#( RESULT EQ r=expr)
> 		{ printf("result = %f\n", r); }
> 	;


I've been using ASSIGN for assignment statements so long that it just 
came rolling off my fingers.

  ...R

On Aug 3, 2004, at 8:13, Richard Clark wrote:
>
> line
> 	{ float r; }
> 	:	#( ASSIGN RESULT r=expr)
> 		{ printf("result = %f\n", r); }
> 	;



 
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