You are on page 1of 1

%{

#include "y.tab.h"
%}
%%
a {return A;}
b {return B;}
[\n] return"\n";
%%

You might also like