Files
bison/examples/d
Akim Demaille 575b814119 d: improve the example
* examples/d/calc.y: Exit with failure on errors.
Remove useless operators (=, !) meant for the test suite.
Add unary + for symmetry.
* examples/d/calc.test: Adjust expectations.
2019-02-26 08:42:24 +01:00
..
2019-02-26 08:42:24 +01:00
2019-02-26 08:42:24 +01:00
2019-01-05 14:58:05 +01:00
2019-01-05 14:58:05 +01:00

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.