ct_common
1.0.1
Common library for combinatorial testing
|
00001 #ifndef CT_LEXER_TOKEN_IDS_H_ 00002 #define CT_LEXER_TOKEN_IDS_H_ 00003 00004 #include <ct_common/file_parse/ct_parser.tab.hpp> 00005 00006 namespace ct { 00007 const int QUEX_TKN_TERMINATION = ::yy::ct_parser::token::TKN_END; 00008 const int QUEX_TKN_UNINITIALIZED = 1; 00009 const int QUEX_TKN_UNKNOWN = 2; 00010 const int QUEX_TKN_FAILURE = 3; 00011 } 00012 00013 #endif // CT_LEXER_TOKEN_IDS_H_