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

2007-03-12 Thread audreyt
Author: audreyt Date: Mon Mar 12 04:00:33 2007 New Revision: 14338 Modified: doc/trunk/design/syn/S06.pod Log: * formatting code consistency suggested by Daniel Hulme. Modified: doc/trunk/design/syn/S06.pod == ---

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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 13:30:46 2007 New Revision: 14339 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: Various clarifications suggested by TheDamian++ Explicit pipe target is now @(*) or

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

2007-03-12 Thread audreyt
Author: audreyt Date: Mon Mar 12 14:02:33 2007 New Revision: 14340 Modified: doc/trunk/design/syn/S02.pod Log: * S02: typo spotted by rhr++ Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod

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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 14:02:52 2007 New Revision: 14341 Modified: doc/trunk/design/syn/S06.pod Log: Typos Modified: doc/trunk/design/syn/S06.pod == --- doc/trunk/design/syn/S06.pod(original) +++

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

2007-03-12 Thread audreyt
Author: audreyt Date: Mon Mar 12 14:20:51 2007 New Revision: 14342 Modified: doc/trunk/design/syn/S03.pod Log: * S06: Clarify that simple parenless form of declarators must support list-context assignment. Modified: doc/trunk/design/syn/S03.pod

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

2007-03-12 Thread Smylers
[EMAIL PROTECTED] writes: Separated clobbering == == from pushy == and == +Feeding into the C* whatever term sets the source for the next sink. +To append multiple sources to the next sink, double the angle: + +0..* == *; +'a'..* == *; +pidigits() == *; Can you

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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 16:10:26 2007 New Revision: 14343 Modified: doc/trunk/design/syn/S06.pod Log: Added the KitchenSink role. Fiddle the feed operators to work better with files and such. Modified: doc/trunk/design/syn/S06.pod