module tcenal.parser_combinator.token;

struct Token
{
    string value;
    string type;
}