diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-10-05 14:00:38 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-10-05 14:00:38 +0000 |
commit | c476f4254aaf06aafc9c81d98ebc185b60699523 (patch) | |
tree | 1ce795cdb111dcbd9c4c1a9e329f51202df4f5f2 /regcomp.sym | |
parent | eaf3ca90bc6ae9ae7e97dcea569c7cee82be7d00 (diff) | |
download | perl-c476f4254aaf06aafc9c81d98ebc185b60699523.tar.gz |
migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
p4raw-id: //depot/perl@28944
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/regcomp.sym b/regcomp.sym index 4365eb5897..f3f71644a4 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -12,6 +12,7 @@ # NAME \t TYPE, arg-description [num-args] [longjump-len] \t DESCRIPTION # # +# run perl regen.pl after editing this file @@ -186,8 +187,8 @@ PSEUDO PSEUDO,off Pseudo opcode for internal use. # TRIE next:FAIL EVAL AB:FAIL -CURLYX resume -WHILEM resume:6 +CURLYX end:FAIL +WHILEM A_pre,A_min,A_max,B_min,B_max:FAIL BRANCH next:FAIL CURLYM A,B:FAIL IFMATCH A:FAIL |