Skip to content

Commit 80306ff

Browse files
committed
Fix handling of complex char classes; gets bigint test file to pass on altnfa.
1 parent 0920483 commit 80306ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QRegex/P6Regex/Actions.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class QRegex::P6Regex::Actions is HLL::Actions {
480480
QAST::Regex.new( :rxtype<concat>, :node($/),
481481
QAST::Regex.new( :rxtype<conj>, :subtype<zerowidth>, |@alts ),
482482
QAST::Regex.new( :rxtype<cclass>, :subtype<.> ) ) !!
483-
QAST::Regex.new( :rxtype<alt>, |@alts );
483+
QAST::Regex.new( :rxtype<altseq>, |@alts );
484484
}
485485
#$qast.negate( $<sign> eq '-' );
486486
make $qast;

0 commit comments

Comments
 (0)