news: update
[bison.git] / examples / d / README.md
blobb060648efd6aa459a8b16300044ad9b40528fa78
1 # Examples in D
3 This directory contains examples of Bison grammar files in D.
5 You can run `make` to compile these examples.  And `make clean` to tidy
6 afterwards.
8 ## d/simple.y
9 The usual calculator.
11 ## d/calc.y
12 A richer implementation of the calculator, with location tracking.
14 <!---
16 Local Variables:
17 fill-column: 76
18 ispell-dictionary: "american"
19 End:
21 Copyright (C) 2018-2021 Free Software Foundation, Inc.
23 Permission is granted to copy, distribute and/or modify this document
24 under the terms of the GNU Free Documentation License, Version 1.3 or
25 any later version published by the Free Software Foundation; with no
26 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
27 Texts.  A copy of the license is included in the "GNU Free
28 Documentation License" file as part of this distribution.
30 # LocalWords:  mfcalc calc parsers yy
31 --->