Author: lwall
Date: 2009-09-29 01:06:14 +0200 (Tue, 29 Sep 2009)
New Revision: 28480

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] specifically allow :temp and :let forms, pmichaud++


Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-09-28 21:54:42 UTC (rev 28479)
+++ docs/Perl6/Spec/S05-regex.pod       2009-09-28 23:06:14 UTC (rev 28480)
@@ -559,7 +559,8 @@
 Any grammar regex is really just a kind of method, and you may
 declare variables in such a routine using a colon followed by any
 scope declarator parsed by the Perl6 grammar, including C<my>,
-C<our>, C<state>, and C<constant>.  A single statement (up through
+C<our>, C<state>, and C<constant>.  (As quasi declarators, C<temp>
+and C<let> are also recognized.)  A single statement (up through
 a terminating semicolon) is parsed as normal Perl 6 code:
 
     token prove-nondeterministic-parsing {

Reply via email to