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 ==

[PATCH] languages/PIR fix string encoding, hex and binary numbers

2007-02-08 Thread Klaas-Jan Stol
hi attached a patch for languages/PIR fixing: * added optional "utf8:" encoding specifier (according to docs/imcc/syntax.pod) * fixed support for binary and hex. numbers * added test for these changes. regards, klaas-jan Index: languages/PIR/lib/pir.pg

[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

[PATCH] Updates and fixes for docs/imcc/syntax.pod

2007-02-08 Thread Klaas-Jan Stol
hi, attached a patch for docs/imcc/syntax.pod fixing: * typo, changing eamples in examples * added ", respectively" to description of binary/hex numbers * added syntax description for slices: = [ ] where is one of: .. .. .. Also, I added references to 2 files to the slicing part. Please

[PATCH] Update ASTGrammar for lang/PIR

2007-02-08 Thread Klaas-Jan Stol
hi, attached an update for ASTGrammar.tg for languages/PIR In order to print the past tree to screen, set 'target' to 'past' in pirc.pir. Currently, it is set to 'parse' in order to pass the tests. regards, klaas-jan Index: languages/PIR/lib/ASTGrammar.tg =

Re: Porting parrot on PDA

2007-02-08 Thread Hakim Cassimally
Sounds interesting. I'm keen to port to maemo (Nokia N800) - I'm guessing this will be easier as it's based on debian linux and uses scratchbox for cross compilation, but I believe it doesn't built out of the box. I'd like to join the porting effort if there's enough crossover to be able to help