mirror of
https://github.com/ThomasDickey/byacc-snapshots.git
synced 2026-01-26 13:14:29 +00:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
%{
|
|
int yylex(void);
|
|
static void yyerror(const char *);
|
|
%}
|
|
|
|
%type <tag2
|