|
Revision 939, 0.7 kB
(checked in by leo, 7 years ago)
|
- add utilities from xerial
- add antlr
|
| Line | |
|---|
| 1 | #ifndef INC_LogConfigurationLexerTokenTypes_hpp_ |
|---|
| 2 | #define INC_LogConfigurationLexerTokenTypes_hpp_ |
|---|
| 3 | |
|---|
| 4 | ANTLR_BEGIN_NAMESPACE(xerial) |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | #ifndef CUSTOM_API |
|---|
| 8 | # define CUSTOM_API |
|---|
| 9 | #endif |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | #ifdef __cplusplus |
|---|
| 13 | struct CUSTOM_API LogConfigurationLexerTokenTypes { |
|---|
| 14 | #endif |
|---|
| 15 | |
|---|
| 16 | enum { |
|---|
| 17 | EOF_ = 1, |
|---|
| 18 | Letter = 4, |
|---|
| 19 | Digit = 5, |
|---|
| 20 | Digits = 6, |
|---|
| 21 | Char = 7, |
|---|
| 22 | Eq = 8, |
|---|
| 23 | Literal = 9, |
|---|
| 24 | WhiteSpaceChar = 10, |
|---|
| 25 | SL_COMMENT = 11, |
|---|
| 26 | Config = 12, |
|---|
| 27 | LogLevel = 13, |
|---|
| 28 | |
|---|
| 29 | NULL_TREE_LOOKAHEAD = 3 |
|---|
| 30 | }; |
|---|
| 31 | #ifdef __cplusplus |
|---|
| 32 | }; |
|---|
| 33 | #endif |
|---|
| 34 | |
|---|
| 35 | ANTLR_END_NAMESPACE |
|---|
| 36 | #endif |
|---|