Files
bison/examples/c/lexcalc
Akim Demaille a70e75b8a4 examples: don't demonstrate multistart, which is not part of 3.8
Besides, for mysterious reasons, this fails on some environment.
Reported by Dagobert Michelsen.
<https://lists.gnu.org/archive/html/bug-bison/2021-08/msg00008.html>

* examples/c/lexcalc/lexcalc.test, examples/c/lexcalc/parse.y,
* examples/c/lexcalc/scan.l: Revert to a single-start example.
2021-08-19 09:19:07 +02:00
..
2021-01-29 13:48:43 -08:00
2021-01-16 16:11:17 +01:00

lexcalc - calculator with Flex and Bison

This directory contains lexcalc, the traditional example of using Flex and Bison to build a simple calculator.

It features detailed syntax errors with locations.