7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
|
%{
|
||
|
int yylex(void);
|
||
|
static void yyerror(const char *);
|
||
|
%}
|
||
|
|
||
|
%type <tag2
|