peg.ebnf: whoops, fix using for some reason not included in previous patch.

locals-and-roots
John Benediktsson 2016-03-28 17:24:57 -07:00
parent 7ab8a787b0
commit 9f37936f53
1 changed files with 2 additions and 2 deletions

View 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 ;