Re: Debugging Grammars

2009-12-29 Thread Ovid
As a follow-up to this, I have my code posted at http://blogs.perl.org/users/ovid/2009/12/configini-in-perl-6.html While my admittedly clumsy grammar matches, transforming it into an AST has failed miserably. Aside from the advent calendar or the online docs at

Re: Interactive Perl 6 shell

2009-12-29 Thread Carl Mäsak
Jason (), Juan (): Does Perl6/Rakudo have an interactive perl shell like ruby does with irb? http://en.wikipedia.org/wiki/Interactive_Ruby_Shell Would be great for trying out the new syntax quickly. My phone accidentally sent an empty reply to this. What I was supposed to reply with was

Re: Debugging Grammars

2009-12-29 Thread Carl Mäsak
Ovid (): As a follow-up to this, I have my code posted at http://blogs.perl.org/users/ovid/2009/12/configini-in-perl-6.html While my admittedly clumsy grammar matches, transforming it into an AST has failed miserably. Aside from the advent calendar or the online docs at

Re: Debugging Grammars

2009-12-29 Thread Carl Mäsak
Carl (), Ovid (): As a follow-up to this, I have my code posted at http://blogs.perl.org/users/ovid/2009/12/configini-in-perl-6.html While my admittedly clumsy grammar matches, transforming it into an AST has failed miserably. Aside from the advent calendar or the online docs at

Re: Interactive Perl 6 shell

2009-12-29 Thread Shawn H Corey
Juan Madrigal wrote: Does Perl6/Rakudo have an interactive perl shell like ruby does with irb? $ perl -ple '$_=eval' (In Windows: perl -ple $_=eval ) Enter the command `exit` to end the session. -- Just my 0.0002 million dollars worth, Shawn Programming is as much about organization

Re: Interactive Perl 6 shell

2009-12-29 Thread Mark J. Reed
With rakudo, just running perl6 with no arguments drops you into the RE_L. On Tuesday, December 29, 2009, Shawn H Corey shawnhco...@gmail.com wrote: Juan Madrigal wrote: Does Perl6/Rakudo have an interactive perl shell like ruby does with irb? $ perl -ple '$_=eval' (In Windows: perl -ple