HyriseSQLParser/lemon_example/token_def.h

10 lines
80 B
C

struct LexerToken {
char* sval;
float fval;
};
#define YYSTYPE LexerToken