json.reader doesn't need to USE: math.parser.private anymore since I made float>string public

Joe Groff 2009-09-11 20:29:02 -05:00
parent c31791d470
commit 2ac4a2c85d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2008 Peter Burns, 2009 Philipp Winkler
! See http://factorcode.org/license.txt for BSD license.
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 ;
IN: json.reader
@ -100,4 +100,4 @@ DEFER: j-string
PRIVATE>
: json> ( string -- object )
(json-parser>) ;
(json-parser>) ;