[svn:parrot] r35615 - trunk/languages/perl6/src/parser

[email protected]
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: pmichaud
Date: Thu Jan 15 20:55:57 2009
New Revision: 35615

Modified:
   trunk/languages/perl6/src/parser/grammar.pg

Log:
[rakudo]:  Fix degenerate space before postfix ops.  (RT #60148)


Modified: trunk/languages/perl6/src/parser/grammar.pg
==============================================================================
--- trunk/languages/perl6/src/parser/grammar.pg	(original)
+++ trunk/languages/perl6/src/parser/grammar.pg	Thu Jan 15 20:55:57 2009
@@ -520,7 +520,7 @@
 
 token post {
     <!afterws>
-    [ <.unsp> || \\ <?before '.'> ]?
+    [ <.unsp> || \\ ]?
     [
     | <dotty> {*}                                #= dotty
     | <postcircumfix> {*}                        #= postcircumfix
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.