Automat                 Create an 'Automat' for stateful computation,
                        such as parsing.
Strings                 Head and Tail functions for Strings.
Tokenizer               Create a 'Tokenizer' to read string tokens from
                        a memory mapped file. A more flexible,
                        incremental, easy-to-use variant of a
                        'readlines()' function.
Wmisc                   Wmisc - Misc. helper functions and tools.
readTokens              Read the remaining tokens from a 'Tokenizer' up
                        to the end of the underlying file.
