]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/regexp/regexp.factor
Updating code for make and fry changes
[factor.git] / extra / regexp / regexp.factor
index cd2d0790abf3578f95d50c1618d5c64ef2c426ea..5ef3eacc6c19251e6a62f205adce9df468dbb3c6 100755 (executable)
@@ -2,8 +2,7 @@ USING: arrays combinators kernel lists math math.parser
 namespaces parser lexer parser-combinators parser-combinators.simple
 promises quotations sequences combinators.lib strings math.order
 assocs prettyprint.backend memoize unicode.case unicode.categories
-combinators.short-circuit accessors ;
-USE: io
+combinators.short-circuit accessors make io ;
 IN: regexp
 
 <PRIVATE