Skip to content

Commit

Permalink
Unbust P5Regex debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 4, 2012
1 parent 68f1a36 commit dceffa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/perl6-debug.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Perl6::HookRegexActions is Perl6::RegexActions {
}
}

grammar QRegex::P5Regex::HookGrammar is QRegex::P5Regex::Grammar {
grammar QRegex::P5Regex::HookGrammar is Perl6::P5RegexGrammar {
method nibbler() {
my $*RX_TOP_LEVEL_NIBBLER := 0;
unless %*RX<DEBUGGER_SEEN> {
Expand All @@ -90,7 +90,7 @@ grammar QRegex::P5Regex::HookGrammar is QRegex::P5Regex::Grammar {
}
}

class QRegex::P5Regex::HookActions is QRegex::P5Regex::Actions {
class QRegex::P5Regex::HookActions is Perl6::P5RegexActions {
method nibbler($/) {
if $*RX_TOP_LEVEL_NIBBLER && $*DEBUG_HOOKS.has_hook('regex_region') {
my $file := pir::find_caller_lex__Ps('$?FILES') // '<unknown>';
Expand Down

0 comments on commit dceffa4

Please sign in to comment.