Rename peg.replace to peg.search
parent
6bd283ffa3
commit
6a8bfad475
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2006 Chris Double.
|
! Copyright (C) 2006 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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
|
HELP: tree-write
|
||||||
{ $values
|
{ $values
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2007 Chris Double.
|
! Copyright (C) 2007 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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
|
IN: temporary
|
||||||
|
|
||||||
{ V{ 123 456 } } [
|
{ V{ 123 456 } } [
|
|
@ -2,7 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel math io io.streams.string sequences strings
|
USING: kernel math io io.streams.string sequences strings
|
||||||
combinators peg memoize arrays ;
|
combinators peg memoize arrays ;
|
||||||
IN: peg.replace
|
IN: peg.search
|
||||||
|
|
||||||
: tree-write ( object -- )
|
: tree-write ( object -- )
|
||||||
{
|
{
|
Loading…
Reference in New Issue