Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use Perl5::RegexGrammar/Actions
  • Loading branch information
FROGGS committed May 17, 2013
1 parent 06121a6 commit b5ea707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Perl5.nqp
Expand Up @@ -9,8 +9,8 @@ sub EXPORT(*@a) {
%*LANG<Perl5-actions> := Perl5::Actions;
%*LANG<P5Q> := Perl5::QGrammar;
%*LANG<P5Q-actions> := Perl5::QActions;
%*LANG<P5Regex> := Perl6::P5RegexGrammar;
%*LANG<P5Regex-actions> := Perl6::P5RegexActions;
%*LANG<P5Regex> := Perl5::RegexGrammar;
%*LANG<P5Regex-actions> := Perl5::RegexActions;
$*ACTIONS := %*LANG<Perl5-actions>;

$*MAIN := 'Perl5';
Expand Down

0 comments on commit b5ea707

Please sign in to comment.