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

2006-04-20 Thread Ruud H.G. van Tol
[EMAIL PROTECTED] schreef: > @@ -266,7 +266,7 @@ > > =item * > > -The new C<:rw> modifier causes this rule to "claim" the current > +The new C<:rw> modifier causes this regex to "claim" the current > string for modification rather than assuming copy-on-write semantics. There are about eight use

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

2006-04-20 Thread larry
Author: larry Date: Thu Apr 20 17:01:01 2006 New Revision: 8891 Modified: doc/trunk/design/syn/S05.pod Log: As per Damian++'s suggestion, regex is now base form and rule is specialized. (Note: subrules are still called subrules, not subregexes.) The .matches method has been unified with multid