Update peg for words being moved

db4
Slava Pestov 2008-03-28 23:37:52 -05:00
parent daa6855dae
commit 2c3c66c6af
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
! Copyright (C) 2007 Chris Double.
! Copyright (C) 2007, 2008 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences strings namespaces math assocs shuffle
vectors arrays combinators.lib math.parser match
unicode.categories sequences.lib compiler.units parser
words quotations effects memoize accessors
combinators.cleave locals ;
words quotations effects memoize accessors locals ;
IN: peg
USE: prettyprint