Moving regexp.matchers back to regexp

db4
Daniel Ehrenberg 2009-03-10 18:27:33 -05:00
parent 638cef2824
commit 987cd1c8ce
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2007, 2009 Slava Pestov, Daniel Ehrenberg. ! Copyright (C) 2007, 2009 Slava Pestov, Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: sequences kernel regexp.combinators regexp.matchers strings unicode.case USING: sequences kernel regexp.combinators strings unicode.case
peg.ebnf regexp arrays ; peg.ebnf regexp arrays ;
IN: globs IN: globs

View File

@ -1,7 +1,7 @@
! Copyright (C) 2006, 2008 Slava Pestov ! Copyright (C) 2006, 2008 Slava Pestov
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: kernel continuations sequences math namespaces make sets USING: kernel continuations sequences math namespaces make sets
math.parser math.ranges assocs regexp regexp.matchers unicode.categories arrays math.parser math.ranges assocs regexp unicode.categories arrays
hashtables words classes quotations xmode.catalog unicode.case ; hashtables words classes quotations xmode.catalog unicode.case ;
IN: validators IN: validators

View File

@ -1,11 +1,11 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: xmode.marker
USING: kernel namespaces make xmode.rules xmode.tokens USING: kernel namespaces make xmode.rules xmode.tokens
xmode.marker.state xmode.marker.context xmode.utilities xmode.marker.state xmode.marker.context xmode.utilities
xmode.catalog sequences math assocs combinators strings xmode.catalog sequences math assocs combinators strings
regexp splitting ascii unicode.case regexp.matchers regexp splitting unicode.case
ascii combinators.short-circuit accessors ; combinators.short-circuit accessors ;
IN: xmode.marker
! Next two words copied from parser-combinators ! Next two words copied from parser-combinators
! Just like head?, but they optionally ignore case ! Just like head?, but they optionally ignore case

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 Slava Pestov. ! Copyright (C) 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors regexp.matchers prettyprint io io.encodings.ascii USING: accessors prettyprint io io.encodings.ascii
io.files kernel sequences assocs namespaces regexp ; io.files kernel sequences assocs namespaces regexp ;
IN: benchmark.regex-dna IN: benchmark.regex-dna