[svn:parrot] r35690 - trunk/languages/pipp/src/pct

[email protected]
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: bernhard
Date: Sat Jan 17 06:47:10 2009
New Revision: 35690

Modified:
   trunk/languages/pipp/src/pct/grammar.pg

Log:
[Pipp] hardcode <.namespace_separator>

Modified: trunk/languages/pipp/src/pct/grammar.pg
==============================================================================
--- trunk/languages/pipp/src/pct/grammar.pg	(original)
+++ trunk/languages/pipp/src/pct/grammar.pg	Sat Jan 17 06:47:10 2009
@@ -253,10 +253,6 @@
 
 token method_name              { <ident> }
 
-# namespace support
-
-token namespace_separator      { '\\' }
-
 token namespace_name           { <.name> }
 
 token name {
@@ -264,7 +260,7 @@
     | <morename>+            # leading backslash
 }
 
-token morename                 { <.namespace_separator> <ident> }
+token morename                 { '\\' <ident> }
 
 token var_name                 { '$' <ident> }
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.