base32 vocabulary
Factor handbook ยป Vocabulary index


Documentation
Base32 conversions

Metadata
Tags:parsing
Authors:John Benediktsson


Words

Tuple classes
ClassSuperclassSlots
malformed-base32 tuple
malformed-base32hex tuple


Ordinary words
WordStack effect
>base32( seq -- base32 )
>base32-crockford( n -- base32 )
>base32-crockford-checksum( n -- base32 )
>base32-lines( seq -- base32 )
>base32hex( seq -- base32 )
>base32hex-lines( seq -- base32 )
base32-crockford-checksum>( base32 -- n )
base32-crockford>( base32 -- n )
base32>( base32 -- seq )
base32hex>( base32 -- seq )
decode-base32( -- )
decode-base32hex( -- )
encode-base32( -- )
encode-base32-lines( -- )
encode-base32hex( -- )
encode-base32hex-lines( -- )
malformed-base32( -- * )
malformed-base32hex( -- * )


Class predicate words
WordStack effect
malformed-base32?( object -- ? )
malformed-base32hex?( object -- ? )


Files


Metadata files