Moving regexp.matchers back to regexp
parent
638cef2824
commit
987cd1c8ce
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2007, 2009 Slava Pestov, Daniel Ehrenberg.
|
||||
! 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 ;
|
||||
IN: globs
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2006, 2008 Slava Pestov
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
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 ;
|
||||
IN: validators
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
! Copyright (C) 2008 Slava Pestov.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
IN: xmode.marker
|
||||
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 ascii unicode.case regexp.matchers
|
||||
ascii combinators.short-circuit accessors ;
|
||||
regexp splitting unicode.case
|
||||
combinators.short-circuit accessors ;
|
||||
IN: xmode.marker
|
||||
|
||||
! Next two words copied from parser-combinators
|
||||
! Just like head?, but they optionally ignore case
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2008 Slava Pestov.
|
||||
! 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 ;
|
||||
IN: benchmark.regex-dna
|
||||
|
||||
|
|
Loading…
Reference in New Issue