Remove match from peg.parsers USING: list

db4
Chris Double 2008-04-07 12:50:07 +12:00
parent 2fc2a3b608
commit a093943627
1 changed files with 1 additions and 1 deletions

View 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 math assocs shuffle
vectors arrays combinators.lib math.parser match
vectors arrays combinators.lib math.parser
unicode.categories sequences.deep peg peg.private
peg.search math.ranges words memoize ;
IN: peg.parsers