Fix regexp.nfa to load if unicode.case is not already loaded
parent
ad0ae4200f
commit
67f5a932db
|
@ -1,10 +1,10 @@
|
||||||
! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
|
! Copyright (C) 2008, 2009 Doug Coleman, Daniel Ehrenberg.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays assocs grouping kernel
|
USING: accessors arrays assocs grouping kernel locals math namespaces
|
||||||
locals math namespaces sequences fry quotations
|
sequences fry quotations math.order math.ranges vectors
|
||||||
math.order math.ranges vectors unicode.categories
|
unicode.categories regexp.transition-tables words sets hashtables
|
||||||
regexp.transition-tables words sets hashtables combinators.short-circuit
|
combinators.short-circuit unicode.case unicode.case.private regexp.ast
|
||||||
unicode.case.private regexp.ast regexp.classes ;
|
regexp.classes ;
|
||||||
IN: regexp.nfa
|
IN: regexp.nfa
|
||||||
|
|
||||||
! This uses unicode.case.private for ch>upper and ch>lower
|
! This uses unicode.case.private for ch>upper and ch>lower
|
||||||
|
|
Loading…
Reference in New Issue