Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created August 5, 2010 00:58
Show Gist options
  • Select an option

  • Save ingydotnet/509050 to your computer and use it in GitHub Desktop.

Select an option

Save ingydotnet/509050 to your computer and use it in GitHub Desktop.
my $text = $self->grammar->{$rule};
my @tokens = ($text =~ m{(
/[^/]*/ |
<[\!\&]?\w+> |
`[^`]*` |
\| |
\[[\!\&?]? |
\][\?\*\+]?
\([\!\&?]? |
\)[\?\*\+]?
)}gx);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment