Re: recent changes

2007-02-08 Thread Audrey Tang
在 Feb 9, 2007 5:17 AM 時,Larry Wall 寫到: Questions and feedback welcome, but please don't follow up to this message--start a new thread for a new topic. Bear in mind that this is completely untested code, still fairly buggy and incomplete. Not even pugs can parse it (yet). Note: After some typo

[svn:perl6-synopsis] r13579 - doc/trunk/design/syn

2007-02-08 Thread larry
Author: larry Date: Thu Feb 8 18:27:11 2007 New Revision: 13579 Modified: doc/trunk/design/syn/S02.pod Log: typo from all_beryb++ :) Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod

[svn:perl6-synopsis] r13578 - doc/trunk/design/syn

2007-02-08 Thread larry
Author: larry Date: Thu Feb 8 18:18:06 2007 New Revision: 13578 Modified: doc/trunk/design/syn/S02.pod Log: typo from dataweaver++ Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod(o

Re: Negative array subscripts

2007-02-08 Thread Blair Sutton
Rafael Garcia-Suarez wrote: Smylers wrote in perl.perl6.language : Hmmm, a pragma's a bit heavyweight for this; how about being able to set this with a special global variable -- that sure sounds handy ... Actually, in perl 5, $[ *is* a pragma... :) A feature I have never felt the

Re: recent changes

2007-02-08 Thread Larry Wall
I should also point out that I'm excruciatingly grateful for all the prior art in the various Perl 6 parsers that various random geniuses have been working on. In particular: pmichaud++ fglock++ putter++ audreyt++ Their parsers actually work, unlike mine. :) Larry

recent changes

2007-02-08 Thread Larry Wall
If you folks are wondering what's driving the flurry of recent synopsis changes, it's the Perl 6 grammar written in Perl 6 that I've been working on for the last week, and thinking about for the last month. If you want to peek at the current snapshot, it's at: http://svn.pugscode.org/pugs/src

[svn:perl6-synopsis] r13577 - doc/trunk/design/syn

2007-02-08 Thread larry
Author: larry Date: Thu Feb 8 13:52:24 2007 New Revision: 13577 Modified: doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S05.pod doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S12.pod Log: Unified proto processing to implicitly allow redeclarations within scope. This works on m

Re: Negative array subscripts

2007-02-08 Thread Blair Sutton
Rafael Garcia-Suarez wrote: Smylers wrote in perl.perl6.language : Hmmm, a pragma's a bit heavyweight for this; how about being able to set this with a special global variable -- that sure sounds handy ... Actually, in perl 5, $[ *is* a pragma... :) A feature I have never felt the

[svn:perl6-synopsis] r13576 - doc/trunk/design/syn

2007-02-08 Thread larry
Author: larry Date: Thu Feb 8 13:08:10 2007 New Revision: 13576 Modified: doc/trunk/design/syn/S02.pod Log: typo, plus forgot to bump version Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.po

[svn:perl6-synopsis] r13575 - doc/trunk/design/syn

2007-02-08 Thread larry
Author: larry Date: Thu Feb 8 13:04:46 2007 New Revision: 13575 Modified: doc/trunk/design/syn/S02.pod Log: Added mother-of-all-quoting-forms Q// for compositional sanity. qn// is now gone, since Q// does that without having to "undo" a q//. Modified: doc/trunk/design/syn/S02.pod ==

[svn:perl6-synopsis] r13574 - doc/trunk/design/syn

2007-02-08 Thread larry
Author: larry Date: Thu Feb 8 09:43:50 2007 New Revision: 13574 Modified: doc/trunk/design/syn/S03.pod Log: Unconjectured the directed hyper semantics on trees per feedback from GPU-programming lambdafolk via audreyt++. Modified: doc/trunk/design/syn/S03.pod