]> git.saurik.com Git - bison.git/blobdiff - doc/figs/example.y
doc: various minor improvements and fixes
[bison.git] / doc / figs / example.y
diff --git a/doc/figs/example.y b/doc/figs/example.y
new file mode 100644 (file)
index 0000000..d084081
--- /dev/null
@@ -0,0 +1,4 @@
+%%
+exp: a ";" | b ".";
+a: "0";
+b: "0";