validators can use new regexps now
parent
174f24a1f3
commit
4e0dee6280
|
@ -1,9 +1,8 @@
|
||||||
! 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 parser-combinators.regexp
|
math.parser math.ranges assocs regexp unicode.categories arrays
|
||||||
unicode.categories arrays hashtables words classes quotations
|
hashtables words classes quotations xmode.catalog ;
|
||||||
xmode.catalog ;
|
|
||||||
IN: validators
|
IN: validators
|
||||||
|
|
||||||
: v-default ( str def -- str/def )
|
: v-default ( str def -- str/def )
|
||||||
|
|
Loading…
Reference in New Issue