[svn:parrot] r40466 - trunk/compilers/pge

moritz at svn.parrot.org moritz at svn.parrot.org
Sun Aug 9 19:58:11 UTC 2009


Author: moritz
Date: Sun Aug  9 19:58:06 2009
New Revision: 40466
URL: https://trac.parrot.org/parrot/changeset/40466

Log:
[PGE] update STATUS

Modified:
   trunk/compilers/pge/STATUS

Modified: trunk/compilers/pge/STATUS
==============================================================================
--- trunk/compilers/pge/STATUS	Sun Aug  9 18:50:11 2009	(r40465)
+++ trunk/compilers/pge/STATUS	Sun Aug  9 19:58:06 2009	(r40466)
@@ -13,9 +13,11 @@
 * capturing and non-capturing groups
 * modifiers :i, :ignorecase, :s, :sigspace (with synonyms :w and :words)
 * enumerated character lists (<[abcdef]>, <-[a..f]>)
+* composed character classes (<+alpha-[aeiou]>)
 * character classes (., \d, \w, \s, \n, \e, \f, \r, \t, \x[hhh], \o[nnn])
 * anchors (^, $, ^^, $$, \b, \b)
 * negated character classes 
+* \c[...] and \C[...]
 * capturing subrules (<expr>)
 * non-capturing subrules  (<.expr>)
 * negated subrules (<!expr>)
@@ -34,7 +36,6 @@
 
 Perl 6 rule features to-do
 --------------------------
-* rule composition (<+alpha-[aeiou]>)
 * lookbehind according to S05 definition 
 * <cut> assertion
 * versions of <commit> and cuts that release backtracking state
@@ -42,7 +43,6 @@
 * literal assertions (<'literal'>)
 * interpolated assertions (<"literal">)
 * array and hash aliasing (@<foo>:=(...), %<foo>:=(...))
-* \c[...] and \C[...]
 * don't generate unneeded internal data structures (e.g., gpad)
 
 


More information about the parrot-commits mailing list