core/basis: Trim or reorganize a few using lists. Playing around with auto-use restarts and private words.
parent
ce3d31014c
commit
964cbf894b
|
@ -1,7 +1,7 @@
|
||||||
! (c)2009 Joe Groff bsd license
|
! (c)2009 Joe Groff bsd license
|
||||||
USING: accessors alien.c-types alien.parser alien.syntax
|
USING: accessors alien.c-types alien.parser alien.syntax
|
||||||
tools.test vocabs.parser parser eval debugger kernel
|
continuations debugger eval parser tools.test vocabs.parser
|
||||||
continuations words ;
|
words ;
|
||||||
IN: alien.parser.tests
|
IN: alien.parser.tests
|
||||||
|
|
||||||
TYPEDEF: char char2
|
TYPEDEF: char char2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2004, 2010 Slava Pestov.
|
! Copyright (C) 2004, 2010 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs byte-arrays byte-vectors continuations
|
USING: accessors assocs byte-arrays byte-vectors continuations
|
||||||
continuations.private destructors init kernel kernel.private math namespaces
|
continuations.private init kernel kernel.private math namespaces
|
||||||
sequences ;
|
sequences ;
|
||||||
IN: alien
|
IN: alien
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien arrays byte-arrays byte-vectors init io
|
USING: accessors alien arrays byte-arrays byte-vectors init io
|
||||||
io.encodings io.encodings.ascii io.encodings.utf16n
|
io.encodings io.encodings.ascii io.encodings.utf16n
|
||||||
io.encodings.utf8 io.streams.byte-array io.streams.memory kernel
|
io.encodings.utf8 io.streams.memory kernel kernel.private math
|
||||||
kernel.private math namespaces sequences sequences.private
|
namespaces sequences sequences.private strings strings.private
|
||||||
strings strings.private system system.private ;
|
system system.private ;
|
||||||
IN: alien.strings
|
IN: alien.strings
|
||||||
|
|
||||||
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )
|
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (c) 2008 Slava Pestov
|
! Copyright (c) 2008 Slava Pestov
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors byte-arrays byte-vectors io io.backend
|
USING: accessors byte-arrays byte-vectors io io.backend io.files
|
||||||
io.files kernel math math.parser sequences ;
|
kernel math math.parser sequences ;
|
||||||
IN: checksums
|
IN: checksums
|
||||||
|
|
||||||
MIXIN: checksum
|
MIXIN: checksum
|
||||||
|
|
Loading…
Reference in New Issue