Initial check in lib

This commit is contained in:
2026-01-03 18:33:48 +01:00
parent b20cd8e688
commit 5666f85e99
89 changed files with 36370 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
// ============================================================================
// This file is generated by the Delphi Parser Generator.
// ----------------------------------------------------------------------------
// DPG version: 2.0.1.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.