[svn:parrot] r41741 - trunk/runtime/parrot/library/PGE

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Tue Oct 6 18:40:08 UTC 2009


Author: pmichaud
Date: Tue Oct  6 18:40:07 2009
New Revision: 41741
URL: https://trac.parrot.org/parrot/changeset/41741

Log:
[pge]:  Add ability for PGE::Perl6Grammar to handle category:sym<...> names.

Modified:
   trunk/runtime/parrot/library/PGE/Perl6Grammar.pir

Modified: trunk/runtime/parrot/library/PGE/Perl6Grammar.pir
==============================================================================
--- trunk/runtime/parrot/library/PGE/Perl6Grammar.pir	Tue Oct  6 18:26:26 2009	(r41740)
+++ trunk/runtime/parrot/library/PGE/Perl6Grammar.pir	Tue Oct  6 18:40:07 2009	(r41741)
@@ -103,6 +103,7 @@
       | '<' (<-[>]>*:) '>'
       | \xc2\xab (.*?) \xc2\xbb
       | \xab (<-[\xbb]>*:) \xbb
+      | ( 'sym<' <-[>]>*: '>' )
       | (\S+)
       ]
       END_ARG_RULE


More information about the parrot-commits mailing list