Eugene van der Pijll <[EMAIL PROTECTED]> writes:
> In fact, this month's hole was so difficult that after a days work I
> still had no working solution. Unfortunately, my attempts failed at
> the longest test, and I nearly gave up on this hole. Only my
> embarrasment on being in the sandtrap forc
[EMAIL PROTECTED] writes:
> If anyone has a working tpr05a solution using Parse::RecDescent
> or other CPAN module can you please post it to the list, as I
> am also interested in comparing that solution to the others.
#!perl
use Parse::RecDescent;
sub Parse::RecDescent::reorder {
my ($l
Rick Klement <[EMAIL PROTECTED]> writes:
> This one uses Parse::Yapp.
> Here's a rpn.y:
>
> %left '+' '-'
> %left '*' '/'
>
> %%
> expr: NUMBER
> | '-' NUMBER { "-$_[2]" }
> | expr '+' expr { "$_[1] $_[3] +" }
Wait. Parse::Yapp handles left-recursive grammars? Ah,
Prakash Kailasa <[EMAIL PROTECTED]> writes:
> So, its that time of the month already, and I see no aliens romping on
> the leaderboard yet. Oh wait, I can't even see any leaderboard.
Unfortunately the organizing of this month's golf is very slow due to
the low number of referees (3) and the limit
[EMAIL PROTECTED] (Ton Hospel) writes:
> Wait and have a game as usual.
> If after, say, a week you think you won't be able to get a golf done at
> all this month, tell us, and we can then discuss options
> (e.g. I'd try to get a quick team together. I have enough ideas
> for challenges)
I'm afra