m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/19/b/grammar.l
blob: 6237a661fef3a18d49bd81b873a0e05c6ff8eb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
%{
#include "grammar.tab.h"
%}

%%

a return A;
b return B;
\n return EOL;

%%