mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* data/skeletons/d.m4, examples/d/calc.y, src/output.c, * src/parse-gram.y: No tab, no trailing spaces. Reported by syntax-check.
Examples in D
This directory contains examples of Bison grammar files in D.
You can run make to compile these examples. And make clean to tidy
afterwards.
d/calc.y
The usual calculator.