1%{
2void yyerror(const char *fmt, ...);
3extern int yylex(void);
4%}
5
6%%
7
8token:
9