Constant | Value | Explanation (Continued) |
delimPad | -2 | Delimiter pad (special code) |
tokenEmpty | -1 | Empty flag |
tokenUnknown | 0 | Has no existing token type |
tokenWhite | 1 | Whitespace character |
tokenLeftLit | 2 | Opening literal marker |
tokenRightLit | 3 | Closing literal marker |
tokenAlpha | 4 | Alphabetic |
tokenNumeric | 5 | Numeric |
tokenNewLine | 6 | New line |
tokenLeftComment | 7 | Opening comment marker |
tokenRightComment | 8 | Closing comment marker |
tokenLiteral | 9 | Literal |
tokenEscape | 10 | Escape character |
tokenAltNum | 11 | Alternate number (such as at $B0-$B9) |
tokenRealNum | 12 | Real number |
tokenAltReal | 13 | Alternate real number |
tokenReserve1 | 14 | (reserved 1) |
tokenReserve2 | 15 | (reserved 2) |
tokenLeftParen | 16 | Opening parenthesis |
tokenLeftBracket | 18 | Opening square bracket |
tokenRightBracket | 19 | Closing square bracket |
tokenLeftCurly | 20 | Opening curly bracket |
tokenRightCurly | 21 | Closing curly bracket |
tokenLeftEnclose | 22 | Opening European double quote |
tokenRightEnclose | 23 | Closing European double quote |
tokenPlus | 24 | Plus |
tokenMinus | 25 | Minus |
tokenAsterisk | 26 | Times/multiply |
tokenDivide | 27 | Divide |
tokenSlash | 29 | Slash |
tokenBackSlash | 30 | Backslash |
tokenLess | 31 | Less than |
tokenGreat | 32 | Greater than |
tokenEqual | 33 | Equal |
tokenLessEqual2 | 34 | Less than or equal to (2 symbols) |
tokenLessEqual1 | 35 | Less than or equal to (1 symbol) |
tokenGreatEqual2 | 36 | Greater than or equal to (2 symbols) |
tokenGreatEqual1 | 37 | Greater than or equal to (1 symbol) |
token2Equal | 38 | Double equal |
tokenColonEqual | 39 | Colon equal |
| | |
tokenNotEqual | 40 | Not equal |
tokenLessGreat | 41 | Less/greater (not equal in Pascal) |
tokenExclamEqual | 42 | Exclamation equal (not equal in C) |
tokenExclam | 43 | Exclamation point |
tokenTilde | 44 | Centered tilde |
tokenComma | 45 | Comma |
tokenPeriod | 46 | Period |
tokenLeft2Quote | 47 | Opening double quote |
tokenRight2Quote | 48 | Closing double quote |
tokenLeft1Quote | 49 | Opening single quote |
tokenRight1Quote | 50 | Closing single quote |
token2Quote | 51 | Double quote |
token1Quote | 52 | Single quote |
tokenSemicolon | 53 | Semicolon |
tokenPercent | 54 | Percent |
tokenCaret | 55 | Caret |
tokenUnderline | 56 | Underline |
tokenAmpersand | 57 | Ampersand |
tokenAtSign | 58 | At sign |
tokenBar | 59 | Vertical bar |
tokenQuestion | 60 | Question mark |
tokenPi | 61 | Pi |
tokenRoot | 62 | Square root |
tokenSigma | 63 | Capital sigma |
tokenIntegral | 64 | Integral |
tokenMicro | 65 | Micro |
tokenCapPi | 66 | Capital pi |
tokenInfinity | 67 | Infinity |
tokenColon | 68 | Colon |
tokenHash | 69 | Pound sign (U.S. weight) |
tokenDollar | 70 | Dollar sign |
tokenNoBreakSpace | 71 | Nonbreaking space |
tokenFraction | 72 | Fraction |
tokenIntlCurrency | 73 | International currency |
tokenLeftSingGuillemet | 74 | Opening single guillemet |
tokenRightSingGuillemet | 75 | Closing single guillemet |
tokenPerThousand | 76 | Per thousands |
tokenEllipsis | 77 | Ellipsis character |
tokenCenterDot | 78 | Center dot |