From 9f37936f5326364c3cd864127edfdbd87468a575 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 28 Mar 2016 17:24:57 -0700 Subject: [PATCH] peg.ebnf: whoops, fix using for some reason not included in previous patch. --- basis/peg/ebnf/ebnf.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/peg/ebnf/ebnf.factor b/basis/peg/ebnf/ebnf.factor index dbad4e2dc7..601804cfda 100644 --- a/basis/peg/ebnf/ebnf.factor +++ b/basis/peg/ebnf/ebnf.factor @@ -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 ;