Fix some peg breakage

release
Chris Double 2007-11-28 15:27:35 +13:00
parent 0ef96c87d9
commit 3372ad8f68
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2007 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel sequences strings namespaces math assocs shuffle vectors combinators.lib ;
USING: kernel sequences strings namespaces math assocs shuffle vectors arrays combinators.lib ;
IN: peg
TUPLE: parse-result remaining ast ;