10 lines
37 B
Plaintext
10 lines
37 B
Plaintext
%{
|
|
%}
|
|
|
|
%token ONE
|
|
|
|
%%
|
|
|
|
one: ONE
|
|
;
|