Re: Learning to Grok Rakudo Perl6/Grammar.pm (was: unexpected failure with trailing white space in use)

2010-07-13 Thread Patrick R. Michaud
On Mon, Jul 12, 2010 at 09:26:15PM -0400, Todd Olson wrote: > Question: Can Rakudo show its steps in applying the Perl6 grammer >to a Perl6 program similar to "use re 'debug'" in Perl5? You can add a subrule somewhere in the grammar. When the grammar engine hits that subrule, it ena

Re: Learning to Grok Rakudo Perl6/Grammar.pm (was: unexpected failure with trailing white space in use)

2010-07-12 Thread Stefan O'Rear
On Mon, Jul 12, 2010 at 09:26:15PM -0400, Todd Olson wrote: > Question: Can Rakudo show its steps in applying the Perl6 grammer >to a Perl6 program similar to "use re 'debug'" in Perl5? perl6 --parsetrace -sorear signature.asc Description: Digital signature

Learning to Grok Rakudo Perl6/Grammar.pm (was: unexpected failure with trailing white space in use)

2010-07-12 Thread Todd Olson
Question: Can Rakudo show its steps in applying the Perl6 grammer to a Perl6 program similar to "use re 'debug'" in Perl5? Discussion: I found the 'use v6 ;' bug to be a tantalizing invitation to try to understand part of Rakudo's Perl6/Grammar.pm. I was/am del