]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/regexp/transition-tables/transition-tables.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / regexp / transition-tables / transition-tables.factor
index b548b883b2a953da98f6263d775c69c3d3cf3f12..4352ba997900d486ccac80ad350bed030c4c44e5 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs fry hashtables kernel sequences
-vectors locals regexp.classes sets ;
+USING: accessors arrays assocs fry hashtables kernel locals
+regexp.classes sequences sets vectors ;
 IN: regexp.transition-tables
 
 TUPLE: transition-table transitions start-state final-states ;