style: syntax-check fixes
[bison.git] / doc / figs / example.y
1 %%
2 exp: a ";" | b ".";
3 a: "0";
4 b: "0";