From ab53e7ce7ac125a924a9a5b441d7ef92330a1941 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 23 Nov 2008 01:00:12 -0600 Subject: [PATCH] peg and peg.parsers doesn't need to load shuffle vocabulary --- basis/peg/parsers/parsers.factor | 2 +- basis/peg/peg.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/peg/parsers/parsers.factor b/basis/peg/parsers/parsers.factor index 5739482093..af1b4aec04 100644 --- a/basis/peg/parsers/parsers.factor +++ b/basis/peg/parsers/parsers.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007, 2008 Chris Double, Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: kernel sequences strings namespaces make math assocs -shuffle vectors arrays math.parser accessors unicode.categories +vectors arrays math.parser accessors unicode.categories sequences.deep peg peg.private peg.search math.ranges words ; IN: peg.parsers diff --git a/basis/peg/peg.factor b/basis/peg/peg.factor index cc13d5d425..2dabf1edf7 100644 --- a/basis/peg/peg.factor +++ b/basis/peg/peg.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2007, 2008 Chris Double. ! See http://factorcode.org/license.txt for BSD license. USING: kernel sequences strings fry namespaces make math assocs -shuffle debugger io vectors arrays math.parser math.order +debugger io vectors arrays math.parser math.order vectors combinators classes sets unicode.categories compiler.units parser words quotations effects memoize accessors locals effects splitting combinators.short-circuit