Files
bison/examples/c/lexcalc
Akim Demaille f50fff58d1 examples: improve some function prototypes
* examples/c/bistromathic/parse.y, examples/c/glr/c++-types.y,
* examples/c/lexcalc/parse.y: Use const where appropriate.
Avoid `yy` prefixes where it does not make sense.
Avoid the `p` prefix for pointers.
2021-02-09 07:04:05 +01:00
..
2021-01-29 13:48:43 -08:00
2020-09-19 08:31:49 +02:00
2021-01-16 16:11:17 +01:00
2021-01-29 13:48:43 -08: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.