r31918 -[S05] be explicit about which attributes/modifiers are allowed where

2010-08-06 Thread pugs-commits
Author: moritz Date: 2010-08-06 19:52:06 +0200 (Fri, 06 Aug 2010) New Revision: 31918 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] be explicit about which attributes/modifiers are allowed where Also removes rx:g// from existing examples. Added myself boldly to AUTHORS list Modified: doc

r31919 -[S03] smart-match entry for Match on RHS

2010-08-06 Thread pugs-commits
Author: moritz Date: 2010-08-06 19:52:10 +0200 (Fri, 06 Aug 2010) New Revision: 31919 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] smart-match entry for Match on RHS After some discussion with @Larry on YAPC::EU, we figured that's the best way to solve the dilemma that C<'string' ~~

Re: pattern alternation (was Re: How are ...)

2010-08-06 Thread Moritz Lenz
Darren Duncan wrote: > David Green wrote: >> On 2010-08-05, at 8:27 am, Aaron Sherman wrote: >>> On Thu, Aug 5, 2010 at 7:55 AM, Carl Mäsak wrote: I see this particular thinko a lot, though. Maybe some Perl 6 lint tool or another will detect when you have a regex containing ^ at its st