9 lines
222 B
Factor
9 lines
222 B
Factor
|
! Copyright (C) 2008 Daniel Ehrenberg.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: io.encodings kernel ;
|
||
|
IN: io.encodings.binary
|
||
|
|
||
|
SINGLETON: binary
|
||
|
M: binary <encoder> drop ;
|
||
|
M: binary <decoder> drop ;
|