develooper Front page | perl.perl6.compiler | Postings from December 2004

Re: Let the hacking commence!

Thread Previous | Thread Next
From:
Luke Palmer
Date:
December 22, 2004 15:56
Subject:
Re: Let the hacking commence!
Message ID:
20041223000721.GA15371@navi.cx
Luke Palmer writes:
> Also, don't use rule parameters, conditionals, or code blocks.  Those
> things require us to know Perl 6 before we're done defining Perl 6.
> Keep it essentially BNF with Perl 6 syntax (it's okay to use groups and
> quantifiers though, since those can always be converted to formal BNF).

Change in plan on this one:  We're going to shoot for the grammar as
Perl will see it, and then factor it down into a bootstrappable grammar
later.  So whatever hook hashes we're going to use should be in there
(though they may not be named properly).  Basically, pretend Perl 6
exists and write it for Perl 6.

Luke

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About