moved regexp to parser-combinators.regexp

Doug Coleman 2008-09-18 13:47:42 -05:00
parent 3b4bc615f1
commit 01cafb935b
5 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: regexp tools.test kernel ;
IN: regexp-tests
IN: parser-combinators.regexp.tests
[ f ] [ "b" "a*" f <regexp> matches? ] unit-test
[ t ] [ "" "a*" f <regexp> matches? ] unit-test

View File

@ -3,7 +3,7 @@ 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 make io ;
IN: regexp
IN: parser-combinators.regexp
<PRIVATE