projects
/
bison.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
style: syntax-check fixes
[bison.git]
/
doc
/
figs
/
example.y
1
%%
2
exp: a ";" | b ".";
3
a: "0";
4
b: "0";