Function that splits a string into a list of tokens.
typedef Tokenizer = List<String> Function(String);