develooper Front page | perl.perl5.porters | Postings from July 2009

Re: Rvalue given() blocks

Thread Previous | Thread Next
From:
Vincent Pit
Date:
July 20, 2009 06:44
Subject:
Re: Rvalue given() blocks
Message ID:
4A647498.8030906@profvince.com

> This is extremely neat.
> However by looking at the perly.y part of the patch (I haven't looked
> at the other ones yet) I see that you add switch as a derivation for
> the term rule, but switch can begin with a label. And terms don't.
>
> I'd rather have a new rule
> switch : label given;
> and add given to term.
>   

The problem in this approach is that it makes bison complain about some
reduce/reduce conflicts. I'm unsure if those are genuine or not.
If someone wants to have a look, the amended patch is attached.

Vincent.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About