]> gitweb.factorcode.org Git - factor.git/commitdiff
peg and peg.parsers doesn't need to load shuffle vocabulary
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 23 Nov 2008 07:00:12 +0000 (01:00 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 23 Nov 2008 07:00:12 +0000 (01:00 -0600)
basis/peg/parsers/parsers.factor
basis/peg/peg.factor

index 5739482093550d321726f0a05386588b99db6360..af1b4aec047c6db6a2f7e28d48df9bc8d6f9dabd 100644 (file)
@@ -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
 
index cc13d5d42510fbfa3fcb788dea3187e0f00cef31..2dabf1edf789221520b6fd53422384699ab6b6a0 100644 (file)
@@ -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