Posted By:
Andre_Schaefer
Posted On:
Thursday, January 18, 2001 08:23 AM
ANTLR allows to specify multiple return values for a rule.
What is the syntax to get those from a subrule? In PCCTS rule specifikation and usage looked the same:
rule > [ret1,ret2]
How do I express this with ANTLR 2.*?