]> gitweb.factorcode.org Git - factor.git/commitdiff
peg.ebnf: whoops, fix using for some reason not included in previous patch.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Mar 2016 00:24:57 +0000 (17:24 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Mar 2016 00:24:57 +0000 (17:24 -0700)
basis/peg/ebnf/ebnf.factor

index dbad4e2dc7c26d5326a0395dec223f61f6b498fd..601804cfdab0914bf108d2666060b12ef2a85d19 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2007 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators combinators.short-circuit
-effects kernel make math.parser multiline namespaces parser peg
-peg.parsers quotations sequences sequences.deep splitting
+effects kernel make math math.parser multiline namespaces parser
+peg peg.parsers quotations sequences sequences.deep splitting
 stack-checker strings strings.parser summary unicode.categories
 vocabs.parser words ;
 FROM: vocabs.parser => search ;