Author: pmichaud
Date: Thu Oct  4 10:17:01 2007
New Revision: 21840

Modified:
   trunk/languages/perl6/src/PAST/Grammar.tg

Log:
[perl6]:
* Convert PGE::P6Regex to PGE::Perl6Regex (Coke++)


Modified: trunk/languages/perl6/src/PAST/Grammar.tg
==============================================================================
--- trunk/languages/perl6/src/PAST/Grammar.tg   (original)
+++ trunk/languages/perl6/src/PAST/Grammar.tg   Thu Oct  4 10:17:01 2007
@@ -666,7 +666,7 @@
     .local pmc regex, past
     regex = node['regex']
     past = new 'PAST::Block'
-    past.'init'(regex, 'node'=>node, 'compiler'=>'PGE::P6Regex')
+    past.'init'(regex, 'node'=>node, 'compiler'=>'PGE::Perl6Regex')
     .return (past)
 }
 

Reply via email to