Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update STATUS.
  • Loading branch information
pmichaud committed Oct 13, 2009
1 parent 2cd0942 commit f650cd5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion STATUS
Expand Up @@ -41,7 +41,7 @@ The key files for the p6regex compiler are:
src/Regex/P6Regex/Actions.pm # actions to create PAST from parse


Things that work (2009-10-09, 16h23 UTC):
Things that work (2009-10-13, 18h07 UTC):

* bare literal strings
* quantifiers *, +, ?, *:, +:, ?:, *?, +?, ??, *!, +!, ?!
Expand All @@ -55,5 +55,14 @@ Things that work (2009-10-09, 16h23 UTC):
* obsolete backslash sequences \A \Z \z \Q
* \b, \B, \e, \E, \f, \F, \h, \H, \r, \R, \t, \T, \v, \V
* enumerated character lists <[ab0..9]>
* character class compositions <+foo-bar+[xyz]>
* quantified by numeric range
* quantified by separator
* capturing subrules
* capturing subpatterns
* capture aliases
* cut rule
* Match objects created lazily
* built-in methods <alpha> <digit> <xdigit> <ws> <wb> etc.
* :ignorecase
* :sigspace

0 comments on commit f650cd5

Please sign in to comment.