Allison's JournalAllison's use Perl JournalPerl saves the day- January 12, 2007 Tarzan loves Perlhttp://use.perl.org/~Allison/journal/32126?from=rss Punie tests all pass again- January 2, 2007 I converted Punie over to using PAST-pm's way of representing conditionals. I tried out altering Punie's parsing of conditionals to match Perl 6's, but it turns out parsing elseelsif blocks recursively results in simpler parse->past transformation rules than the iterative way Perl6 is parsing them. So, I kept Punie's existing parse rules. I had to set the 'pasttype' attribute in the PAST::Op node for '=' to 'assign' rather than setting the 'pirop' attribute to 'assign'. This stops the PIR..http://use.perl.org/~Allison/journal/32044?from=rss |