fix stack effect
parent
a3601f8ecc
commit
860bd1923b
|
@ -28,7 +28,7 @@ IN: regexp
|
||||||
: match ( string regexp -- pair )
|
: match ( string regexp -- pair )
|
||||||
<dfa-traverser> do-match return-match ;
|
<dfa-traverser> do-match return-match ;
|
||||||
|
|
||||||
: match* ( string regexp -- pair )
|
: match* ( string regexp -- pair captured-groups )
|
||||||
<dfa-traverser> do-match [ return-match ] [ captured-groups>> ] bi ;
|
<dfa-traverser> do-match [ return-match ] [ captured-groups>> ] bi ;
|
||||||
|
|
||||||
: matches? ( string regexp -- ? )
|
: matches? ( string regexp -- ? )
|
||||||
|
|
Loading…
Reference in New Issue