// ============================================================================ // 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_EOF = 1; TT_LPAREN = 4; TT_RPAREN = 5; TT_ASSIGN = 6; TT_STRING = 7; TT_DIGIT = 8; TT_XDIGIT = 9; TT_ID = 10; TT_INT = 11; TT_WS = 12; TT_SLCOMMENT = 13; TT_MLCOMMENT = 14; implementation end.