Move io.streams.string from core to basis
parent
703ea67ac4
commit
a0c1d32197
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2006 Doug Coleman
|
! Copyright (C) 2006 Doug Coleman
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel math sequences sequences.private namespaces
|
USING: kernel math sequences sequences.private namespaces
|
||||||
words io io.binary io.files io.streams.string quotations
|
words io io.binary io.files quotations
|
||||||
definitions checksums ;
|
definitions checksums ;
|
||||||
IN: checksums.crc32
|
IN: checksums.crc32
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
USING: arrays definitions generic assocs kernel math namespaces
|
USING: arrays definitions generic assocs kernel math namespaces
|
||||||
sequences strings vectors words words.symbol quotations io
|
sequences strings vectors words words.symbol quotations io
|
||||||
combinators sorting splitting math.parser effects continuations
|
combinators sorting splitting math.parser effects continuations
|
||||||
io.files io.streams.string vocabs io.encodings.utf8 source-files
|
io.files vocabs io.encodings.utf8 source-files
|
||||||
classes hashtables compiler.errors compiler.units accessors sets
|
classes hashtables compiler.errors compiler.units accessors sets
|
||||||
lexer vocabs.parser ;
|
lexer vocabs.parser ;
|
||||||
IN: parser
|
IN: parser
|
||||||
|
|
Loading…
Reference in New Issue