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 c6320d3 commit 3ea14a9Copy full SHA for 3ea14a9
src/HLL/Compiler.nqp
@@ -413,7 +413,7 @@ class HLL::Compiler does HLL::Backend::Default {
413
}
414
my $grammar := self.parsegrammar;
415
my $actions;
416
- $actions := self.parseactions unless %adverbs<target> eq 'parse';
+ $actions := self.parseactions;
417
$grammar.HOW.trace-on($grammar) if %adverbs<rxtrace>;
418
my $match := $grammar.parse($s, p => 0, actions => $actions);
419
$grammar.HOW.trace-off($grammar) if %adverbs<rxtrace>;
0 commit comments