Initial check in docu
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// ============================================================================
|
||||
// This file is generated by the Delphi Parser Generator.
|
||||
// ----------------------------------------------------------------------------
|
||||
// DPG version: 1.0.1.0r
|
||||
// Grammar: hocLexer
|
||||
// ============================================================================
|
||||
unit hocLexerTokens;
|
||||
|
||||
interface
|
||||
|
||||
const
|
||||
TT_EOF = 1;
|
||||
TT_LPAREN = 4;
|
||||
TT_RPAREN = 5;
|
||||
TT_PLUS = 6;
|
||||
TT_MINUS = 7;
|
||||
TT_STAR = 8;
|
||||
TT_SLASH = 9;
|
||||
TT_UNUMBER = 10;
|
||||
TT_UINT = 11;
|
||||
TT_DIGIT = 12;
|
||||
TT_NEWLINE = 13;
|
||||
TT_WHITESPACE = 14;
|
||||
|
||||
implementation
|
||||
end.
|
||||
Reference in New Issue
Block a user