Skip to content

Commit 2fa041d

Browse files
committed
stub QAST::MASTRegexCompiler.uniprop
1 parent 34ee80e commit 2fa041d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vm/moar/QAST/QASTRegexCompilerMAST.nqp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,10 @@ class QAST::MASTRegexCompiler {
947947
self."$rxtype"($node) # expects to return an nqp::list of instructions
948948
}
949949

950+
method uniprop($node) {
951+
self.panic("method uniprop is NYI in QAST::MASTRegexCompiler")
952+
}
953+
950954
method ws($node) { self.subrule($node) }
951955

952956
method dba($node) {

0 commit comments

Comments
 (0)