peg.ebnf: whoops, fix using for some reason not included in previous patch.
parent
7ab8a787b0
commit
9f37936f53
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue