Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #210 from Mouq/nom
Allow #`[space] in regexes (Unrelated to RT#77522)
  • Loading branch information
FROGGS committed Sep 28, 2013
2 parents b1d6759 + 9ed945d commit a1a722c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -4124,6 +4124,8 @@ grammar Perl6::RegexGrammar is QRegex::P6Regex::Grammar does STD {
self.typed_sorry('X::Syntax::Regex::NullRegex');
}

token normspace { <?before \s | '#'> <.LANG('MAIN', 'ws')> }

token rxstopper { <stopper> }

token metachar:sym<:my> {
Expand Down

0 comments on commit a1a722c

Please sign in to comment.