Skip to content

Commit d8ff663

Browse files
committed
Copy of copy-pastos; kboga++.
1 parent 68aa467 commit d8ff663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/QRegex/P5Regex/Actions.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class QRegex::P5Regex::Actions is HLL::Actions {
22
method TOP($/) {
33
make QAST::CompUnit.new(
4-
:hll('P6Regex'),
4+
:hll('P5Regex'),
55
:sc($*W.sc()),
66
:code_ref_blocks($*W.code_ref_blocks()),
77
:compilation_mode(0),

src/QRegex/P5Regex/Grammar.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class QRegex::P5Regex::World is HLL::World {
4040
grammar QRegex::P5Regex::Grammar is HLL::Grammar {
4141
token TOP {
4242
:my %*RX;
43-
:my $*W := QRegex::P6Regex::World.new(:handle(nqp::sha1(self.target)));
43+
:my $*W := QRegex::P5Regex::World.new(:handle(nqp::sha1(self.target)));
4444
<nibbler>
4545
[ $ || <.panic: 'Confused'> ]
4646
}

0 commit comments

Comments
 (0)