| 301 |
/* 60 */ |
/* 60 */ |
| 302 |
"(*VERB) not recognized\0" |
"(*VERB) not recognized\0" |
| 303 |
"number is too big\0" |
"number is too big\0" |
| 304 |
"subpattern name expected after (?&\0" |
"subpattern name expected\0" |
| 305 |
"digit expected after (?+"; |
"digit expected after (?+"; |
| 306 |
|
|
| 307 |
|
|
| 4523 |
|
|
| 4524 |
/* We come here from the Python syntax above that handles both |
/* We come here from the Python syntax above that handles both |
| 4525 |
references (?P=name) and recursion (?P>name), as well as falling |
references (?P=name) and recursion (?P>name), as well as falling |
| 4526 |
through from the Perl recursion syntax (?&name). */ |
through from the Perl recursion syntax (?&name). We also come here from |
| 4527 |
|
the Perl \k<name> or \k'name' back reference syntax and the \k{name} |
| 4528 |
|
.NET syntax. */ |
| 4529 |
|
|
| 4530 |
NAMED_REF_OR_RECURSE: |
NAMED_REF_OR_RECURSE: |
| 4531 |
name = ++ptr; |
name = ++ptr; |