Rename peg.replace to peg.search

db4
Chris Double 2007-12-20 17:09:12 +13:00
parent 6bd283ffa3
commit 6a8bfad475
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2006 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
USING: help.syntax help.markup peg peg.replace ;
USING: help.syntax help.markup peg peg.search ;
HELP: tree-write
{ $values

View File

@ -1,7 +1,7 @@
! Copyright (C) 2007 Chris Double.
! See http://factorcode.org/license.txt for BSD license.
!
USING: kernel math math.parser arrays tools.test peg peg.replace ;
USING: kernel math math.parser arrays tools.test peg peg.search ;
IN: temporary
{ V{ 123 456 } } [

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: kernel math io io.streams.string sequences strings
combinators peg memoize arrays ;
IN: peg.replace
IN: peg.search
: tree-write ( object -- )
{