Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable :sigspace modifier.
  • Loading branch information
pmichaud committed Jul 12, 2011
1 parent 05d1982 commit 060dc92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/QRegex/P6Regex/Actions.nqp
Expand Up @@ -89,7 +89,10 @@ class QRegex::P6Regex::Actions is HLL::Actions {
}

method metachar:sym<ws>($/) {
make 0;
my $qast := %*RX<s>
?? QAST::Regex.new(PAST::Node.new('ws'), :rxtype<subrule>, :subtype<method>, :node($/))
!! 0;
make $qast;
}

method metachar:sym<[ ]>($/) {
Expand Down

0 comments on commit 060dc92

Please sign in to comment.