alias str = tokenStringRepresentation!(IdType, operators, dynamicTokens, keywords)
IdType c = tok!"case"; assert (str(c) == "case");