Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make conjseq handle zerowidth subtype
  • Loading branch information
diakopter committed Nov 20, 2011
1 parent e1a19de commit fd2fd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QAST/Compiler.nqp
Expand Up @@ -229,6 +229,7 @@ class QAST::Compiler is HLL::Compiler {
self.regex_peek($ops, $conjlabel, '$I11', '$I12');
$ops.push_pirop('ne', %*REG<pos>, '$I12', %*REG<fail>);
}
$ops.push_pirop('set', %*REG<pos>, '$I11') if $node.subtype eq 'zerowidth';
$ops;
}

Expand Down

0 comments on commit fd2fd16

Please sign in to comment.