in reply to Perl6::Rules

Wow.

Damian comes through again with a great module. Apocalypses and exegesises are fine, but nothing says precisely what you mean like source code. I look forward to kicking a few grammars around with this module.

One thing that strikes me immediately is that whoever takes up the job of implementing Perl6 rules in Parrot is in for one of the more complex programming projects of their life. With all these features, there will be many, many combinations of grammar elements to test and get correct.

-Mark

Replies are listed 'Best First'.
•Re: Re: Perl6::Rules
by merlyn (Sage) on Apr 12, 2004 at 19:33 UTC
    Except you're gonna have to wait until at least version 0.03 of this module. Version 0.01 didn't run on 5.8.4, and as Damian tried to fix it (version 0.02), he made the minimum Perl version value into "5.8.30". Yes, we'll have to wait six years of quarterly Perl releases before we can run the current version.

    Maybe that's the secret plan: don't let this code run until we can put Parrot and Perl6 underneath it, making the code trivial. {grin}

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.


    update: 0.03 is out now!