]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/ebnf/ebnf.factor
Fixing basis -> extra dependencies
[factor.git] / basis / peg / ebnf / ebnf.factor
index 6e9d78e649a7de9f7424e823ece5a1083360b392..7083262c496f1e91bd9626c136459a63cac13eee 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.\r
 USING: kernel compiler.units words arrays strings math.parser sequences \r
        quotations vectors namespaces math assocs continuations peg\r
-       peg.parsers unicode.categories multiline combinators.lib \r
+       peg.parsers unicode.categories multiline \r
        splitting accessors effects sequences.deep peg.search\r
        combinators.short-circuit lexer io.streams.string\r
        stack-checker io prettyprint combinators parser ;\r