Skip to content

Commit

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


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

token rxstopper { <stopper> } token rxstopper { <stopper> }


token metachar:sym<:my> { token metachar:sym<:my> {
Expand Down

0 comments on commit 9ed945d

Please sign in to comment.