Tags: | parsing |
Authors: | John Benediktsson |
Class | Superclass | Slots |
malformed-base32 | tuple | |
malformed-base32hex | tuple |
Word | Stack 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 | ( -- * ) |
Word | Stack effect |
malformed-base32? | ( object -- ? ) |
malformed-base32hex? | ( object -- ? ) |