Sign in
gnu
/
bison
/
refs/heads/master
/
.
/
doc
/
figs
/
example-shift.gv
blob: df8369f3148c2f1e1cb628c6d24457cc9e928cb7 [
file
] [
log
] [
blame
]
digraph
"shift.y"
{
node
[
fontname
=
courier shape
=
box
]
edge
[
fontname
=
courier
]
3
[
label
=
"State 3\n 1 exp: a • \".\"\l"
]
3
->
6
[
style
=
solid label
=
"\".\""
]
6
[
label
=
"State 6\n 1 exp: a \".\" •\l"
]
}