We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68aa467 commit d8ff663Copy full SHA for d8ff663
src/QRegex/P5Regex/Actions.nqp
@@ -1,7 +1,7 @@
1
class QRegex::P5Regex::Actions is HLL::Actions {
2
method TOP($/) {
3
make QAST::CompUnit.new(
4
- :hll('P6Regex'),
+ :hll('P5Regex'),
5
:sc($*W.sc()),
6
:code_ref_blocks($*W.code_ref_blocks()),
7
:compilation_mode(0),
src/QRegex/P5Regex/Grammar.nqp
@@ -40,7 +40,7 @@ class QRegex::P5Regex::World is HLL::World {
40
grammar QRegex::P5Regex::Grammar is HLL::Grammar {
41
token TOP {
42
:my %*RX;
43
- :my $*W := QRegex::P6Regex::World.new(:handle(nqp::sha1(self.target)));
+ :my $*W := QRegex::P5Regex::World.new(:handle(nqp::sha1(self.target)));
44
<nibbler>
45
[ $ || <.panic: 'Confused'> ]
46
}
0 commit comments