Autotree and repeated expressions
[email protected] ("Philip Coombes")
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
In simple terms, if I am using autotree to build an OO parse tree and I have
a rule of the form
func: 'concat' '(' rvalue ',' rvalue ')'
how do I access the second rvalue from the blessed object. I can only see
one in there.
Cheers,
Phil,