fix stack effect

db4
Doug Coleman 2008-11-18 15:59:20 -06:00
parent a3601f8ecc
commit 860bd1923b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ IN: regexp
: match ( string regexp -- pair )
<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 ;
: matches? ( string regexp -- ? )