json.reader doesn't need to USE: math.parser.private anymore since I made float>string public
parent
c31791d470
commit
2ac4a2c85d
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2008 Peter Burns, 2009 Philipp Winkler
|
! Copyright (C) 2008 Peter Burns, 2009 Philipp Winkler
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays assocs combinators io io.streams.string json
|
USING: arrays assocs combinators io io.streams.string json
|
||||||
kernel math math.parser math.parser.private prettyprint
|
kernel math math.parser prettyprint
|
||||||
sequences strings vectors ;
|
sequences strings vectors ;
|
||||||
IN: json.reader
|
IN: json.reader
|
||||||
|
|
||||||
|
@ -100,4 +100,4 @@ DEFER: j-string
|
||||||
PRIVATE>
|
PRIVATE>
|
||||||
|
|
||||||
: json> ( string -- object )
|
: json> ( string -- object )
|
||||||
(json-parser>) ;
|
(json-parser>) ;
|
||||||
|
|
Loading…
Reference in New Issue