Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-03-11 03:17:38 -05:00
commit 04cc1ec53e
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: kernel namespaces make xmode.rules xmode.tokens
xmode.marker.state xmode.marker.context xmode.utilities
xmode.catalog sequences math assocs combinators strings
regexp splitting unicode.case
regexp splitting unicode.case ascii
combinators.short-circuit accessors ;
IN: xmode.marker
@ -84,7 +84,7 @@ M: string-matcher text-matches?
] keep string>> length and ;
M: regexp text-matches?
[ >string ] dip match-head ;
[ >string ] dip re-contains? ;
: rule-start-matches? ( rule -- match-count/f )
dup start>> tuck swap can-match-here? [