> -----Original Message-----
> From: [email protected] [mailto:antlr-interest-
> [email protected]] On Behalf Of Bill Andersen
> Sent: Friday, October 16, 2009 1:22 AM
> To: [email protected]
> Subject: [antlr-interest] String template return val propagation
>
> Thanks in advance
>
> text_block
> : ^(AS_TEXT name phrase+)
> -> text(name={$name.st})
> ;
>
> name
> : prefixed_name
{ $st = prefixed_name.st; }
You need to be explicit here :-)
> ;
>
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---