27 lines
687 B
ObjectPascal
27 lines
687 B
ObjectPascal
// ============================================================================
|
|
// This file is generated by the Delphi Parser Generator.
|
|
// ----------------------------------------------------------------------------
|
|
// DPG version: 2.0.1.0r
|
|
// Grammar: dpglib.tokenParser.g
|
|
// ============================================================================
|
|
unit dpglib.TokenParserTokens;
|
|
|
|
interface
|
|
|
|
const
|
|
TT_ID = 10;
|
|
TT_STRING = 7;
|
|
TT_EOF = 1;
|
|
TT_SLCOMMENT = 13;
|
|
TT_XDIGIT = 9;
|
|
TT_ASSIGN = 6;
|
|
TT_WS = 12;
|
|
TT_LPAREN = 4;
|
|
TT_RPAREN = 5;
|
|
TT_DIGIT = 8;
|
|
TT_MLCOMMENT = 14;
|
|
TT_INT = 11;
|
|
|
|
implementation
|
|
end.
|