00001 #ifndef INC_StationParserTokenTypes_hpp_
00002 #define INC_StationParserTokenTypes_hpp_
00003
00004
00005
00006 #ifndef CUSTOM_API
00007 # define CUSTOM_API
00008 #endif
00009
00010 #ifdef __cplusplus
00011 struct CUSTOM_API StationParserTokenTypes {
00012 #endif
00013 enum {
00014 EOF_ = 1,
00015 NEWLINE = 4,
00016 ENTRY = 5,
00017 WS = 6,
00018 COMMENT = 7,
00019 PLUS = 8,
00020 MINUS = 9,
00021 DIGIT = 10,
00022 CHAR = 11,
00023 OTHER = 12,
00024 NULL_TREE_LOOKAHEAD = 3
00025 };
00026 #ifdef __cplusplus
00027 };
00028 #endif
00029 #endif