Initial check in lib
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// ============================================================================
|
||||
// This file is generated by the Delphi Parser Generator.
|
||||
// ----------------------------------------------------------------------------
|
||||
// DPG version: 2.1.0.0r
|
||||
// Grammar: dpglib.tokenLexer.g
|
||||
// ============================================================================
|
||||
unit dpglib.TokenLexerTokens;
|
||||
|
||||
interface
|
||||
|
||||
const
|
||||
TT_ID = 10;
|
||||
TT_STRING = 7;
|
||||
TT_EOF = 1;
|
||||
TT_XDIGIT = 9;
|
||||
TT_SLCOMMENT = 13;
|
||||
TT_ASSIGN = 6;
|
||||
TT_WS = 12;
|
||||
TT_LPAREN = 4;
|
||||
TT_RPAREN = 5;
|
||||
TT_DIGIT = 8;
|
||||
TT_MLCOMMENT = 14;
|
||||
TT_INT = 11;
|
||||
|
||||
implementation
|
||||
end.
|
||||
Reference in New Issue
Block a user