#define T_SERVER 257
#define T_PORT 258
#define T_USER 259
#define T_FILTER 260
#define T_PAGER 261
#define T_STRING 262
typedef union {
   dictToken     token;
   lst_List      list;
} YYSTYPE;
extern YYSTYPE yylval;
