HyriseSQLParser/lemon_example/token_def.h

10 lines
80 B
C
Raw Normal View History

2014-10-17 17:43:57 +02:00
struct LexerToken {
char* sval;
float fval;
};
#define YYSTYPE LexerToken