case tSyntaxError: return "tSyntaxError"; case tAmpersand: return "tAmpersand"; case tAnd: return "tAnd"; case tAngleLeft: return "tAngleLeft"; case tAngleRight: return "tAngleRight"; case tAppendLeft: return "tAppendLeft"; case tAppendRight: return "tAppendRight"; case tAt: return "tAt"; case tBackQuote: return "tBackQuote"; case tBackQuoteLeft: return "tBackQuoteLeft"; case tBackSlash: return "tBackSlash"; case tBraceLeft: return "tBraceLeft"; case tBraceRight: return "tBraceRight"; case tCaret: return "tCaret"; case tComma: return "tComma"; case tColon: return "tColon"; case tDash: return "tDash"; case tDigit: return "tDigit"; case tDollar: return "tDollar"; case tDoubleQuote: return "tDoubleQuote"; case tEndOfFile: return "tEndOfFile"; case tEqual: return "tEqual"; case tExclamation: return "tExclamation"; case tLabelEnd: return "tLabelEnd"; case tLetter: return "tLetter"; case tNewLine: return "tNewLine"; case tOr: return "tOr"; case tParenLeft: return "tParenLeft"; case tParenRight: return "tParenRight"; case tPercent: return "tPercent"; case tPeriod: return "tPeriod"; case tPlus: return "tPlus"; case tPipe: return "tPipe"; case tSemicolon: return "tSemicolon"; case tSharp: return "tSharp"; case tSingleQuote: return "tSingleQuote"; case tSlash: return "tSlash"; case tSquareLeft: return "tSquareLeft"; case tSquareRight: return "tSquareRight"; case tStar: return "tStar"; case tTilde: return "tTilde"; case tQuestionMark: return "tQuestionMark"; case tUnderscore: return "tUnderscore"; case tWhiteSpace: return "tWhiteSpace";