allwinner_a64/android/external/bison/doc/figs/example.y
2018-08-08 16:14:42 +08:00

4 lines
39 B
Text

%%
exp: a ";" | b ".";
a: "0";
b: "0";