gnulib: update
[bison.git] / examples / c / lexcalc / README.md
blob2636a21d0b1859ff447e847bfdf9082ae671d7f3
1 # lexcalc - calculator with Flex and Bison
3 This directory contains lexcalc, the traditional example of using Flex and
4 Bison to build a simple calculator.
6 It features detailed syntax errors with locations.
8 <!---
9 Local Variables:
10 fill-column: 76
11 ispell-dictionary: "american"
12 End:
14 Copyright (C) 2018-2021 Free Software Foundation, Inc.
16 This file is part of Bison, the GNU Compiler Compiler.
18 Permission is granted to copy, distribute and/or modify this document
19 under the terms of the GNU Free Documentation License, Version 1.3 or
20 any later version published by the Free Software Foundation; with no
21 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
22 Texts.  A copy of the license is included in the "GNU Free
23 Documentation License" file as part of this distribution.
24 --->