%{ #include "yyscan.h" #include "gram.h" #include "lex.h" %} %define api.pure full %lex-param {yyscan_t *scanner} {char *cvsfile} %parse-param {yyscan_t scanner} {char *cvsfile} %% empty : ; %%