2008-12-14 21:03:00 -05:00
|
|
|
! Copyright (C) 2008 Daniel Ehrenberg.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
USING: io.encodings kernel ;
|
|
|
|
IN: io.encodings.binary
|
|
|
|
|
|
|
|
SINGLETON: binary
|
2011-11-09 17:43:39 -05:00
|
|
|
M: binary <encoder> drop ; inline
|
|
|
|
M: binary <decoder> drop ; inline
|